From a10fcc7567cb1c8033cf11ef69397c2e575f9aae Mon Sep 17 00:00:00 2001 From: Nemo Date: Sat, 11 Jul 2020 20:41:10 +0200 Subject: [PATCH] Add CentOS host and munin_server host in template inventory --- inventory_template.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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: