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
Hi,
I feel I must be missing something obvious, but I'm not able to make ansible see the inventory I have in a local file.
I'm using the image like this:
docker run --rm -it williamyeh/ansible:ubuntu16.04 ansible -m ping -i inventory/local all
The response I get is:
[WARNING]: Host file not found: inventory/local
[WARNING]: provided hosts list is empty, only localhost is available
[WARNING]: No hosts matched, nothing to do
Hi,
I feel I must be missing something obvious, but I'm not able to make ansible see the inventory I have in a local file.
I'm using the image like this:
The response I get is:
The inventory I'm referencing is:
What am I doing wrong?
Thank you
The text was updated successfully, but these errors were encountered: