8 lines
247 B
YAML
8 lines
247 B
YAML
- hosts: monitoring
|
|
roles:
|
|
- { role: common, tags: ['di-common'] }
|
|
- { role: copydrive, tags: ['copydrive'] }
|
|
- { role: influxdb, tags: ['influxdb'] }
|
|
- { role: grafana, tags: ['grafana'] }
|
|
- { role: mysql, tags: ['mysql'] }
|