mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-17 05:21:49 -05:00
AC-1302 Update EC2 inventory script to create hierarchical groups.
Conflicts: awx/main/tests/inventory.py
This commit is contained in:
@@ -52,3 +52,7 @@ cache_path = ~/.ansible/tmp
|
||||
# The number of seconds a cache file is considered valid. After this many
|
||||
# seconds, a new API call will be made, and the cache file will be updated.
|
||||
cache_max_age = 300
|
||||
|
||||
# For Ansible Tower, organize groups into a nested/hierarchy instead of a flat
|
||||
# namespace.
|
||||
nested_groups = True
|
||||
|
||||
Reference in New Issue
Block a user