Update Ansible configuration and documentation to reflect new inventory structure. Migrate group_vars to inventory/group_vars/ and enhance README with updated paths for variable files, improving clarity for users.

This commit is contained in:
Nikholas Pcenicni
2026-05-14 00:39:29 -04:00
parent 78b524a044
commit 15d0e120d3
13 changed files with 21 additions and 18 deletions

View File

@@ -1,4 +1,6 @@
[defaults]
# Inventory lives under **inventory/** — place **group_vars/** next to the inventory file
# (e.g. **inventory/group_vars/all.yml**) so variables apply to playbooks under **playbooks/**.
inventory = inventory/localhost.yml
roles_path = roles
retry_files_enabled = False