homelab/dev/dockerbox.yml
Kris Lamoureux 2c4fcbacc3
Introduce forward-ssh.sh method & reorganize
- Abandoned update-hosts.sh in favor of loopback SSH forwarding
- Adopted *.local.krislamo.org as a wildcard loopback domain
- Bound Traefik to ports 443/80 on Dockerbox dev
- Removed outdated Gitea config from Dockerbox
- Relocated production playbooks to a new directory
2023-09-15 23:46:45 -04:00

14 lines
211 B
YAML

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