mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-16 02:08:37 -05:00
bump foreman and expose new grouping features
related to #3467 related to #5226 related to #4373
This commit is contained in:
+3
-1
@@ -1373,7 +1373,9 @@ class RunInventoryUpdate(BaseTask):
|
||||
|
||||
section = 'ansible'
|
||||
cp.add_section(section)
|
||||
cp.set(section, 'group_patterns', '["{app}-{tier}-{color}", "{app}-{color}", "{app}", "{tier}"]')
|
||||
cp.set(section, 'group_patterns', os.environ.get('SATELLITE6_GROUP_PATTERNS', []))
|
||||
cp.set(section, 'want_facts', True)
|
||||
cp.set(section, 'group_prefix', os.environ.get('SATELLITE6_GROUP_PREFIX', 'foreman_'))
|
||||
|
||||
section = 'cache'
|
||||
cp.add_section(section)
|
||||
|
||||
Reference in New Issue
Block a user