10 lines
134 B
YAML
10 lines
134 B
YAML
- hosts: icinga
|
|
become: true
|
|
|
|
roles:
|
|
- base
|
|
- mariadb
|
|
- icinga2
|
|
- icingaweb2
|
|
- businessprocess
|
|
- life_noc
|