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: vars:
ansible_user: ansible ansible_user: ansible
ansible_become: yes ansible_become: yes
ansible_python_interpreter: auto_silent
children: children:
function: function:
children: children:
backup_server: munin_server:
hosts: hosts:
myFirstGentooHost.example.org: myFirstGentooHost.example.org:
os: os:
@ -18,3 +19,7 @@ all:
hosts: hosts:
myFirstDebianHost.example.org: myFirstDebianHost.example.org:
mySecondDebianHost.anotherexample.org: mySecondDebianHost.anotherexample.org:
os_centos:
hosts:
myFirstCentOSHost.example.org:
mySecondCentOSHost.anotherexample.org: