From 459e507bbf782fa2392286ada6594868ea68a6ad Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Mon, 14 Feb 2022 19:24:11 -0500 Subject: [PATCH] move inventory into sub-folder; updated inventory reference in ansible.cfg --- ansible.cfg | 2 +- hosts => inventory/hosts | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename hosts => inventory/hosts (100%) diff --git a/ansible.cfg b/ansible.cfg index 48c5216..99dbf76 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,5 +1,5 @@ [defaults] -inventory = hosts +inventory = inventory/hosts roles_path = roles collections_path = collections remote_tmp = /tmp/.ansible-${USER}/tmp diff --git a/hosts b/inventory/hosts similarity index 100% rename from hosts rename to inventory/hosts