+ refactored and solve some problems with mariadb and nginx playbook
+ apps playbooks - docker, caprover * simple refactore starter scripts + apt update debops playboook prepend launch by default * sury repo changed * database users locked to localhost only * phpmyadmin blowfish generate secret fix
This commit is contained in:
18
playbooks/nginx-site-without-db-site.yml
Normal file
18
playbooks/nginx-site-without-db-site.yml
Normal file
@ -0,0 +1,18 @@
|
||||
---
|
||||
- import_playbook: debops/apt.yml
|
||||
- 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...
|
||||
|
||||
...
|
||||
Reference in New Issue
Block a user