14 lines
212 B
YAML
14 lines
212 B
YAML
|
|
---
|
||
|
|
- name: Deploy Icinga 2 NOC server
|
||
|
|
hosts: icinga_servers
|
||
|
|
become: true
|
||
|
|
roles:
|
||
|
|
- common
|
||
|
|
- icinga_repo
|
||
|
|
- mariadb
|
||
|
|
- icinga2
|
||
|
|
- icingadb
|
||
|
|
- icingaweb2
|
||
|
|
- bpm
|
||
|
|
- monitoring_config
|