netz39-infra-ansible/host_vars/tau.netz39.de/vars.yml
Alexander Dahl ae7b65cc5f 🔧 Move docker_setup role application to group playbook
To install docker on a host you have to put it into that group in
inventory now, instead of adding the role to each host playbook.  Idea
is to extend the group docker_host playbook by more docker related
things as for example metrics and monitoring.
2022-12-21 19:00:22 +01:00

4 lines
119 B
YAML

---
server_admin: "admin+tau@netz39.de"
mysql_root_pw: "{{ vault_mysql_root_pw }}"
docker_data_root: "/var/lib/docker"