2020-05-15 22:22:26 +02:00
|
|
|
all:
|
|
|
|
vars:
|
|
|
|
ansible_user: ansible
|
|
|
|
ansible_become: yes
|
2020-07-11 20:41:10 +02:00
|
|
|
ansible_python_interpreter: auto_silent
|
2020-05-15 22:22:26 +02:00
|
|
|
children:
|
|
|
|
function:
|
|
|
|
children:
|
2020-07-11 20:41:10 +02:00
|
|
|
munin_server:
|
2020-05-15 22:22:26 +02:00
|
|
|
hosts:
|
|
|
|
myFirstGentooHost.example.org:
|
|
|
|
os:
|
|
|
|
children:
|
|
|
|
os_gentoo:
|
|
|
|
hosts:
|
|
|
|
myFirstGentooHost.example.org:
|
|
|
|
mySecondGentooHost.anotherexample.org:
|
|
|
|
os_debian:
|
|
|
|
hosts:
|
|
|
|
myFirstDebianHost.example.org:
|
|
|
|
mySecondDebianHost.anotherexample.org:
|
2020-07-11 20:41:10 +02:00
|
|
|
os_centos:
|
|
|
|
hosts:
|
|
|
|
myFirstCentOSHost.example.org:
|
|
|
|
mySecondCentOSHost.anotherexample.org:
|