Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
1 answer
517 views

Inventory file parameters not being used in Ansible

I’m trying to get Ansible up and running for the first time. For some reason, the parameters I have added to my hosts file are not being used when I run a command like ansible all -m ping It tries to ...