Kris Lamoureux
324fe0b191
- Integrated MariaDB role into Dockerbox configuration - Moved proxy role to the end to avoid early endpoint activation - Temporarily disabled select roles for future re-evaluation - Introduced flush_handlers task for early MariaDB restart - Moved a few Nextcloud tasks to handlers - Configured Nextcloud to utilize the host's MariaDB instance - Enhanced overall code linting quality
13 lines
194 B
YAML
13 lines
194 B
YAML
- name: Install Dockerbox Server
|
|
hosts: all
|
|
become: true
|
|
vars_files:
|
|
- host_vars/dockerbox.yml
|
|
roles:
|
|
- base
|
|
- docker
|
|
- mariadb
|
|
- traefik
|
|
- nextcloud
|
|
- proxy
|