diff --git a/inventory_template.yml b/inventory_template.yml index 981381f..9afe10b 100644 --- a/inventory_template.yml +++ b/inventory_template.yml @@ -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: