From 53787445148d294d362721904bbf0870ae6996d4 Mon Sep 17 00:00:00 2001 From: Matt Reeves Date: Thu, 5 Dec 2024 21:48:25 -0500 Subject: [PATCH] update inv path --- ansible/ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index fae9ca3..95a0e4d 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -1,5 +1,5 @@ [defaults] -inventory = ./hosts.ini +inventory = ./ansible/hosts.ini ansible_user = mafyuh host_key_checking = False private_key_file = /root/.ssh/id_rsa \ No newline at end of file