|
- 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'] }
|