Make grimes a docker host

This commit is contained in:
Jake Howard
2020-04-26 13:44:06 +01:00
parent 50cb5a56fc
commit 05c7690b83
2 changed files with 20 additions and 1 deletions

View File

@ -11,16 +11,26 @@
roles:
- gateway
- hosts: intersect
- hosts:
- intersect
- grimes
roles:
- role: geerlingguy.docker
become: true
vars:
docker_install_compose: false # This role installs the binary directly, which is kinda nasty
docker_package: "{{ 'docker-ce' if ansible_os_family == 'Debian' else 'docker' }}"
docker_users:
- "{{ user }}"
- docker-cleanup
- hosts: intersect
roles:
- netdata
- traefik
- watchtower
- docker
- hosts: grimes
roles:
- netdata