Add CentOS host and munin_server host in template inventory
This commit is contained in:
parent
a86c243b88
commit
a10fcc7567
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue