Hi,
I am trying to use ansible-pull, however when i run it it always skips the hosts with the message " skippig: no hosts matched" unless i use
hosts: 127.0.0.1
in the local.yml file, any other host name even though it is defined in both the /etc/hosts and /etc/ansible/hosts will not work, but skips, i also tried to pass the inventory using -i hosts/pull.ini again it did not work,
What am i doing wrong, or how can investigate the reason of skipping further, i am using ansible 1.5
my pull command is
ansible-pull -d /tmp/mygitrepo -U MyGITURL
my simple play starts with:
---
- hosts : node01
connection: local
kind regards
Walid