Add CentOS host and munin_server host in template inventory

This commit is contained in:
Nemo 2020-07-11 20:41:10 +02:00
parent a86c243b88
commit a10fcc7567
1 changed files with 6 additions and 1 deletions

View File

@ -2,10 +2,11 @@ all:
vars:
ansible_user: ansible
ansible_become: yes
ansible_python_interpreter: auto_silent
children:
function:
children:
backup_server:
munin_server:
hosts:
myFirstGentooHost.example.org:
os:
@ -18,3 +19,7 @@ all:
hosts:
myFirstDebianHost.example.org:
mySecondDebianHost.anotherexample.org:
os_centos:
hosts:
myFirstCentOSHost.example.org:
mySecondCentOSHost.anotherexample.org: