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.
6 lines
75 B
YAML
6 lines
75 B
YAML
---
|
|
- hosts: docker_host
|
|
become: true
|
|
|
|
roles:
|
|
- role: docker_setup
|