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