ansible-base/inventory_template/inventory.yml

32 lines
817 B
YAML

all:
vars:
ansible_user: ansible
ansible_become: yes
ansible_python_interpreter: auto_silent
children:
function:
children:
backup_server:
hosts:
myFirstDebianHost.example.org:
munin_server:
hosts:
myFirstGentooHost.example.org:
ldap_server:
hosts:
mySecondGentooHost.anotherexample.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: