homelab/dev/dockerbox.yml

13 lines
194 B
YAML
Raw Permalink Normal View History

- name: Install Dockerbox Server
hosts: all
become: true
vars_files:
- host_vars/dockerbox.yml
roles:
- base
- docker
- mariadb
- traefik
- nextcloud
- proxy