netz39-infra-ansible/group-docker_host.yml
Alexander Dahl ae7b65cc5f 🔧 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.
2022-12-21 19:00:22 +01:00

6 lines
75 B
YAML

---
- hosts: docker_host
become: true
roles:
- role: docker_setup