src.dualinventive.com/devops/ansible/playbooks/management.yml

7 lines
282 B
YAML

- hosts: management
roles:
- { role: common, tags: ['di-common'] }
- { role: network-interfaces, tags: ['network-interfaces'], when: network_interfaces_interfaces is defined }
- { role: copydrive, tags: ['di-common'] }
- { role: management, tags: ['management'] }