Hi,
I first commented on this issue of awx.
ansible/awx13995
The problem is that when you got a central inventory system but the hosts are reachable in a remote execution node that the inventory also wants to sync on that node. That node does not always have access to that source.
I hacked a bit an made it so that inventory syncs always sync on the control node.
2 possible sollutions
1
Global gui flag that sets the inventory syncs to the control node.
Easily done but not flexible
- Add a sync from execution node field to the inventory.
Requires a model change but is most flexible.
Any suggestions or is this a bad idea?