homelab/dev/dockerbox.yml

15 lines
231 B
YAML
Raw Normal View History

- name: Install Dockerbox Server
hosts: all
become: true
vars_files:
- host_vars/dockerbox.yml
roles:
- base
2023-12-06 02:55:52 +00:00
- proxy
2023-12-09 01:06:48 +00:00
- mariadb
- docker
2023-12-06 02:55:52 +00:00
# - nextcloud
# - jenkins
# - prometheus
# - nginx