[ansible-devel] Blacklisting hosts of a group in inventory file

2019-11-20 Thread chavali shruti
Suppose I want to blacklist a host of a group, in the inventory file, so as not to allow the running of any other tasks on it. How can i do it? I do want it in my hosts list and later, after i run a playbook on it.. i want to blacklist it, so that others cannot run on it. -- You received this m

[ansible-devel] Assigning IP to VM is not working using vmware_guest module

2020-03-10 Thread chavali shruti
Hi Team, Not sure if this is a ansible bug, or something wrong with my script or setup. But I really need help. Please find the details below: Configuration: Ansible 2.9.6 and 2.9.0 (tried 2.9.0 first, then upgraded, thinking there might be a fix) python: 3.6.5 Esxi version: 6.7 OS: Rhel 7.6 ki

[ansible-devel] Re: Assigning IP to VM is not working using vmware_guest module

2020-03-10 Thread chavali shruti
Issue is VM is getting created, OS is installed, but IP, subnet, gateway, etc are not getting assigned to the VM. On Tuesday, 10 March 2020 20:31:53 UTC+5:30, chavali shruti wrote: > > Hi Team, > > Not sure if this is a ansible bug, or something wrong with my script or > setu

[ansible-devel] VM IP not getting set when using vmware_guest module

2020-03-10 Thread chavali shruti
Hi Team, Not sure if this is a ansible bug, or something wrong with my script or setup. But I really need help. Issue is VM is getting created, OS is installed, but IP, subnet, gateway, etc are not getting assigned to the VM. Tried with guest tools running, as well. No luck. Please find the de

[ansible-devel] become_user doesnt work and su - user in ansible shell module just hangs

2020-06-21 Thread chavali shruti
Hi all, Ansible version: ansible 2.8.0 config file = */ansible/ansible.cfg configured module search path = ['*/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = */.virtualenvs/redfish/lib/python3.6/site-packages/ansible executable locatio