26 lines
645 B
YAML
26 lines
645 B
YAML
all:
|
|
vars:
|
|
ansible_user: ansible
|
|
ansible_become: yes
|
|
ansible_python_interpreter: auto_silent
|
|
children:
|
|
function:
|
|
children:
|
|
munin_server:
|
|
hosts:
|
|
myFirstGentooHost.example.org:
|
|
os:
|
|
children:
|
|
os_gentoo:
|
|
hosts:
|
|
myFirstGentooHost.example.org:
|
|
mySecondGentooHost.anotherexample.org:
|
|
os_debian:
|
|
hosts:
|
|
myFirstDebianHost.example.org:
|
|
mySecondDebianHost.anotherexample.org:
|
|
os_centos:
|
|
hosts:
|
|
myFirstCentOSHost.example.org:
|
|
mySecondCentOSHost.anotherexample.org:
|