You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
192 B
YAML
15 lines
192 B
YAML
|
2 years ago
|
- hosts: server1
|
||
|
|
#remote_user: debian
|
||
|
|
become: true
|
||
|
|
become_method: sudo
|
||
|
|
|
||
|
|
roles:
|
||
|
|
- common
|
||
|
|
- nginx
|
||
|
|
- certbot
|
||
|
|
- archive
|
||
|
|
- pip
|
||
|
|
- mongodb
|
||
|
|
- datascience
|
||
|
|
- run
|