Hi all,
I am in need of help/pointers from the community in setting up Ansible ansible 2.3.2.0 on ubuntu 14.04.
At the current stage it has been configure to retrieve the information from the remote server, but when I tried to do it through playbook (sudo ansible-playbook ubuntu14upgrade.yml) I get the following message “skipping: no hosts matched”
/etc/ansible/ansible.cfg is default settings
/etc/ansible/hosts has IP and hostname of the same remote server
eclipx@10.88.1.245
eclipx@MELDC1LPSTST1V
The above remote server responds to “ansible all -m ping” and other request.
If you receive the message “Skipping: No Hosts Matched” when you are trying to run a playbook through Tower, here are a few things to check:
• Make sure that your hosts declaration line in your playbook matches the name of your group/host in inventory exactly (these are case sensitive).