You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...but the inventory is ignored and the image is still built locally. Is there any way to run ansible-bender on the remote host specified in my inventory/playbook?
The text was updated successfully, but these errors were encountered:
ansible-bender in its current architecture cannot work with remote machines - it uses inventory to "connect" to locally running containers.
If you wish to access a remote host, you need to write the inventory and a playbook and invoke ansible-bender inside that playbook, as any other commands you'd want to run on the host.
I'm trying to run ansible-bender on a remote SSH host found in my inventory.
I have tried passing the custom inventory file as an additional argument to ansible-bender:
...but the inventory is ignored and the image is still built locally. Is there any way to run ansible-bender on the remote host specified in my inventory/playbook?
The text was updated successfully, but these errors were encountered: