🔧 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.
This commit is contained in:
parent
083bab14e8
commit
ae7b65cc5f
9 changed files with 19 additions and 13 deletions
host_vars/tau.netz39.de
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
server_admin: "admin+tau@netz39.de"
|
||||
mysql_root_pw: "{{ vault_mysql_root_pw }}"
|
||||
docker_data_root: "/var/lib/docker"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue