homelab/dev/dockerbox.yml

16 lines
243 B
YAML
Raw Normal View History

- name: Install Dockerbox Server
hosts: all
become: true
vars_files:
- host_vars/dockerbox.yml
roles:
- base
2024-04-17 02:59:10 +00:00
- proxy
- docker
2024-04-17 02:59:10 +00:00
- mariadb
- traefik
- nextcloud
2024-04-17 02:59:10 +00:00
# - jenkins
# - prometheus
# - nginx