Re: [ansible-project] Re: How can I run the commnads in Linux vm after creation with vmware_guest

2019-09-19 Thread phani akkina
Hi Aravind, This will execute the commands on the vm whenever I run the playbook. But I want to run the commands when vm is created only. Thanks, Phani Akkina On Thu, Sep 19, 2019 at 11:39 AM Aravind Balaji wrote: > Hi Phani Akkina > > Here is the example: > > - name: Create a

Re: [ansible-project] Re: How can I run the commnads in Linux vm after creation with vmware_guest

2019-09-19 Thread phani akkina
Hi Arvind, Thanks for your reply. I need to run the commands in Linux after the creation of the vm by vmware_guest. And these commands also need to run only once. Is that possible with vmware_vm_shell? If yes do you have any example? Thanks, Phani Akkina On Wed, Sep 18, 2019 at 3:03 PM Aravind

[ansible-project] How can I run the commnads in Linux vm after creation with vmware_guest

2019-09-18 Thread phani akkina
on this? Thanks, Phani Akkina -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to ansible-project+unsubscr...@googlegroups.com. To view this

[ansible-project] vmware_guest runonce is waiting at welcome screen to click OK

2019-09-13 Thread phani akkina
Hi All, We are trying to deploy the vms in vcenter and trying to execute some commands using runonce option. But runonce is waiting at welcome screen of the vm to manually click OK on a welcome message from the domain. [image: Welcome_screen.PNG] Thanks, Phani