Make the docker host role block more exhaustive
This commit is contained in:
parent
92c85904bd
commit
36ed622a26
1 changed files with 3 additions and 7 deletions
|
@ -23,14 +23,10 @@
|
||||||
docker_users:
|
docker_users:
|
||||||
- "{{ user }}"
|
- "{{ user }}"
|
||||||
- docker-cleanup
|
- docker-cleanup
|
||||||
|
- watchtower
|
||||||
|
- netdata
|
||||||
|
- traefik
|
||||||
|
|
||||||
- hosts: intersect
|
- hosts: intersect
|
||||||
roles:
|
roles:
|
||||||
- netdata
|
|
||||||
- traefik
|
|
||||||
- watchtower
|
|
||||||
- intersect-docker
|
- intersect-docker
|
||||||
|
|
||||||
- hosts: grimes
|
|
||||||
roles:
|
|
||||||
- netdata
|
|
||||||
|
|
Loading…
Reference in a new issue