From 60eb2947d21da0451ba50da9d0d51d15f50733dd Mon Sep 17 00:00:00 2001 From: akshun Date: Fri, 26 Jan 2024 16:25:26 +0530 Subject: [PATCH] Modified config file to use new inventory file --- ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index 4011dfa..e4e7c92 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,4 +1,4 @@ [defaults] -inventory = inventory +inventory = inventory.yml private_key_file = ~/.ssh/ansible-key host_key_checking = False