You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
524 B
17 lines
524 B
---
|
|
- import_playbook: root-account.yml
|
|
- import_playbook: debops/pki.yml
|
|
- import_playbook: debops/system_users.yml
|
|
- import_playbook: debops/php-prod.yml
|
|
- import_playbook: debops/nginx.yml
|
|
- import_playbook: debops/redis.yml
|
|
- import_playbook: own/var-www-set-ownerships.yml
|
|
- import_playbook: own/node-version-manager.yml
|
|
become: true
|
|
become_user: '{{ site_name }}'
|
|
- import_playbook: own/nginx-auth.yml
|
|
- import_playbook: own/correct-paths-for-pct-enter.yml
|
|
|
|
# Import all other group playbooks in this file...
|
|
|
|
...
|