Alexander Dahl
ae7b65cc5f
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.
4 lines
119 B
YAML
4 lines
119 B
YAML
---
|
|
server_admin: "admin+tau@netz39.de"
|
|
mysql_root_pw: "{{ vault_mysql_root_pw }}"
|
|
docker_data_root: "/var/lib/docker"
|