From fd3712842ada5e319f5e4750c9fd78738fb8fdee Mon Sep 17 00:00:00 2001 From: cs171027 Date: Mon, 8 Jun 2020 18:50:23 +0300 Subject: [PATCH] inventory options added --- inventory/hosts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/inventory/hosts b/inventory/hosts index d2591db..a4e1b11 100644 --- a/inventory/hosts +++ b/inventory/hosts @@ -2,6 +2,7 @@ 127.0.0.1 ansible_connection=local [workers] -10.0.3.100 ansible_ssh_user=root -10.0.3.101 ansible_ssh_user=root +10.0.3.100 ansible_ssh_user=root ansible_ssh_common_args='-o StrictHostKeyChecking=no' +10.0.3.101 ansible_ssh_user=root ansible_ssh_common_args='-o StrictHostKeyChecking=no' +#For more workers add here the extra configuration #10.0.3.102 ansible_ssh_user=root