Re: [ansible-project] Deploying Windows Server using Ansible Tower

2022-09-05 Thread Dineshbabu Shankar
Hello folks, I am trying to setup the servicenow and ansible awx integration can any one help me. I have developers snow instance and awx installed on the machine . On Mon, 1 Aug, 2022, 6:01 pm Wei-Yen Tan, wrote: > Ahh yes. So as I suggested. You are using what I suggested to the op > before

Re: [ansible-project] Help me to achive this task

2021-10-14 Thread Dineshbabu Shankar
Can any one help me on this On Tue, 12 Oct, 2021, 8:58 pm Dineshbabu Shankar, < shankardineshb...@gmail.com> wrote: > My requiremnt , > > i need to add the disk to vms in vcenter by passing > vm name, datastorename , and disk_size via csv file , > > with the

[ansible-project] Help me to achive this task

2021-10-12 Thread Dineshbabu Shankar
My requiremnt , i need to add the disk to vms in vcenter by passing vm name, datastorename , and disk_size via csv file , with the following condition. 1. datastore which i am providing the csv should be in facts collected from vms 2.datastore free volume is greater than what we

Re: [ansible-project] Inventory report

2021-09-21 Thread Dineshbabu Shankar
{% for host in ansible_play_batch %}{{hostvars[host]['ansible_hostname']}},{{hostvars[host]['ansible_distribution']}},{{hostvars[host]['ansible_distribution_version']}},{{hostvars[host][output.stdline]}}{% endfor %}Replace ansible_distribution with what variable you required. Variable names pls