homelab/dev/dockerbox.yml
Kris Lamoureux 533dd40722
Upgrade Nextcloud setup to use compose files
- 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
2024-04-21 21:45:33 -04:00

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