ansible-base/inventory_template/inventory.yml

47 lines
1.2 KiB
YAML
Raw Normal View History

2020-07-20 18:07:19 +02:00
all:
vars:
ansible_user: ansible
ansible_become: yes
ansible_python_interpreter: auto_silent
children:
function:
children:
backup_server:
hosts:
myFirstDebianHost.example.org:
2020-08-15 14:32:33 +02:00
authority_dns_server:
hosts:
mySecondCentOSHost.anotherexample.org:
resolver_dns_server:
hosts:
myFirstCentOSHost.example.org:
2020-09-19 19:41:17 +02:00
web_server:
hosts:
myFirstGentooHost.wirebrass.fr:
2020-07-20 18:07:19 +02:00
munin_server:
hosts:
myFirstGentooHost.example.org:
2020-07-23 18:58:25 +02:00
ldap_server:
hosts:
mySecondGentooHost.anotherexample.org:
2020-10-03 15:51:01 +02:00
icinga2_server:
hosts:
mySecondGentooHost.anotherexample.org:
2020-07-20 18:07:19 +02:00
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:
os_openbsd:
hosts:
myFirstOpenBSDHost.example.org: