From 1828e180c732a5d9affb63210c48c04ca5c4819d Mon Sep 17 00:00:00 2001 From: Richard Morgan Date: Mon, 22 Oct 2018 00:19:41 -0400 Subject: [PATCH] - update managed hosts in inventory.conf --- inventory.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inventory.conf b/inventory.conf index 218e115..9ad8054 100644 --- a/inventory.conf +++ b/inventory.conf @@ -3,10 +3,10 @@ localhost ansible_connection=local [managed] home ansible_ssh_host=192.168.2.11 home02 ansible_ssh_host=192.168.2.22 -dkhost01 ansible_ssh_host=192.168.2.41 -dkhost02 ansible_ssh_host=192.168.2.52 +#dkhost01 ansible_ssh_host=192.168.2.41 +#dkhost02 ansible_ssh_host=192.168.2.52 #dkhost03 ansible_ssh_host=192.168.2.53 -dkhost04 ansible_ssh_host=192.168.2.54 +#dkhost04 ansible_ssh_host=192.168.2.54 #dkhost05 ansible_ssh_host=192.168.2.55 cubox-i ansible_ssh_host=192.168.2.12