From ac650dd36902f00faf3b5c202876f8f601abf79a Mon Sep 17 00:00:00 2001 From: Bas Meijer Date: Tue, 17 Dec 2024 21:36:34 +0100 Subject: [PATCH] local Signed-off-by: Bas Meijer --- ansible.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ansible.cfg b/ansible.cfg index 8a6c3be..923b083 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -6,9 +6,9 @@ roles_path = roles executable = /bin/bash ; set inventory here, or on the command-line when running Ansible. -; dev is for Vagrant with Hyper-V, VMWare Desktop or VirtualBox -; local is for localhost, assuming AlmaLinux or Rocky -inventory = inventory/dev/hosts +; local is for Vagrant with Hyper-V, VMWare Desktop or VirtualBox +; local is also for localhost, assuming AlmaLinux or Rocky +inventory = inventory/local/hosts ; Vagrant hosts are ephemeral set to true when promoting beyond test. host_key_checking = False