[ansible-project] skipping: no hosts matched

2020-08-22 Thread alonso...@gmail.com
hello all, my ansible.cfg is [defaults] host_key_checking = False #hostfile=ec2.py deprecation_warnings=False interpreter_python = auto_silent # Use the YAML callback plugin. stdout_callback = yaml # Use the stdout_callback when running ad-hoc commands. bin_ansible_callbacks = True remote_tmp =

[ansible-project] skipping: no hosts matched

2015-05-06 Thread Philipp Krenn
ansible --version ansible 1.9.1 configured module search path = None I've started 2 EC2 instances with Ansible, which is working fine. I can also see their tag in the cache file: $ cat ~/.ansible/tmp/ansible-ec2.cache ... "tag_class_dev_nat": [ "52.28.23.161", "52.28.92.82" ], ...

[ansible-project] SKipping no hosts matched

2017-07-24 Thread Suporter
Hello, i ran this ansible-playbook setup.yml -i '10.22.212.184,' and i got the error message as no hosts matched, the ip i gave should be entered somewhere else as inventory file as well? -- You received this message because you are subscribed to the Google Groups "Ansible Project" grou

[ansible-project] Skipping: no hosts matched

2017-08-10 Thread eclipxsydney
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)

[ansible-project] skipping: no hosts matched

2020-11-24 Thread blue fox
Hello, why ansible skipping a roles and display me this message : skipping: no hosts matched PS: this role have a host thank you -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails fro

Re: [ansible-project] SKipping no hosts matched

2017-07-24 Thread Brian Coca
No, that is enough to add to inventory, but it won't add it to specific groups which your plays might be targeting (`hosts:` keyword). -- -- Brian Coca -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group

Re: [ansible-project] skipping: no hosts matched

2020-11-24 Thread Dick Visser
Your playbook does not match any hosts. On Tue, 24 Nov 2020 at 16:26, blue fox wrote: > Hello, > > why ansible skipping a roles and display me this message : skipping: no > hosts matched > > PS: this role have a host > > thank you > > -- > You received this message because you are subscribed

Re: [ansible-project] skipping: no hosts matched

2020-11-24 Thread blue fox
Yes, Why ? i specific for him a host examples: [webservers] 192.168.1.10 - hosts: webservers tasks: include_tasks: roles.yml Le mardi 24 novembre 2020 à 20:50:56 UTC+1, dick@geant.org a écrit : > Your playbook does not match any hosts. > > > > On Tue, 24 Nov 2020 at 16:26, blu

Re: [ansible-project] skipping: no hosts matched

2020-11-24 Thread Stefan Hornburg (Racke)
On 11/24/20 9:37 PM, blue fox wrote: > Yes, Why ? i specific for him a host > > > examples: > > [webservers] > 192.168.1.10 > > -  hosts: webservers >     tasks: > >       include_tasks: roles.yml You need to provide more details and verbose output of your play. Regards Racke > Le

Re: [ansible-project] skipping: no hosts matched

2020-11-24 Thread Dick Visser
please post the entire files, not some random selection of them On Tue, 24 Nov 2020 at 21:38, blue fox wrote: > > Yes, Why ? i specific for him a host > > > examples: > > [webservers] > 192.168.1.10 > > - hosts: webservers > tasks: > > include_tasks: roles.yml > Le mardi 24 novembre 20

Re: [ansible-project] skipping: no hosts matched

2020-11-24 Thread blue fox
PLAY [Delete file] ** skipping: no hosts matched Le mardi 24 novembre 2020 à 21:42:43 UTC+1,

Re: [ansible-project] skipping: no hosts matched

2020-11-24 Thread Dick Visser
By entire files I mean the actual playbook, and the inventory, On Wed, 25 Nov 2020 at 01:04, blue fox wrote: > PLAY [Delete file] >