docker: only apply explicitly where needed

This commit is contained in:
Markus 2020-06-19 21:15:19 +02:00
parent 6db08c74bd
commit 462a1128ff
3 changed files with 10 additions and 2 deletions

View File

@ -0,0 +1,4 @@
---
dependencies:
- { role: docker }

View File

@ -0,0 +1,4 @@
---
dependencies:
- { role: docker }

View File

@ -37,8 +37,8 @@
- prometheus - prometheus
- grafana - grafana
- name: Setup docker servers - name: Setup unms server
hosts: [unms.ffrgb, unifi.ffrgb, tiles.ffrgb] hosts: unms.ffrgb
roles: roles:
- docker - docker