-
Feature Request
-
Resolution: Duplicate
-
Undefined
-
None
-
2.2
-
None
-
False
-
-
False
1. What is the nature and description of the request?
When running one job template for an inventory with hosts located in multiple different isolated networks, a jump host is currently being used. This is done on the inventory by defining an "ansible_ssh_common_args" with the "-J" option for a jump host.
Customer is looking for a solution within AAP to be able to remove the jump host they currently use on the inventory. If Execution Nodes in the isolated networks were to be used instead they would need to multiply their work(job executions/inventories/etc) by the number of isolated networks.
2. Why does the customer need this? (List the business requirements here)
- Would like to move away from using jump hosts on the inventory
- Reduce the amount of work required (one inventory compared to four inventories or four job executions)
3. How would you like to achieve this? (List the functional requirements here)
Customer suggested that a job template be allowed to include multiple inventories. Unsure if there are any other solutions possible.
4. List any affected known dependencies: Doc, UI etc..
Unknown
5. Github Link if any
Similar ask: https://github.com/ansible/awx/issues/11943
- is related to
-
AAPRFE-832 Allow for a job template to run on multiple instance groups
- Backlog