Re: [ansible-project] Prefered way to launch a vm on vmware

2018-12-21 Thread Michael W
Thanks Luke, but this requires networking again which i cant ensure due to topology and some wired policies. Am Freitag, 21. Dezember 2018 14:07:32 UTC+1 schrieb Lucas Jackson: > > Hey Michael, > > Might be worth looking at the wait_for_connection module, I use this with > my vmware

Re: [ansible-project] Prefered way to launch a vm on vmware

2018-12-21 Thread lucas.adam.jackson
Hey Michael, Might be worth looking at the wait_for_connection module, I use this with my vmware deployments and it seems to work pretty good. https://docs.ansible.com/ansible/latest/modules/wait_for_connection_module.html Luke Sent from my Samsung Galaxy smartphone. Original message

[ansible-project] Prefered way to launch a vm on vmware

2018-12-20 Thread Michael W
Hello, I'm new to ansible and tried to launch a Linux VM on my first Ansible tests. This means cloning a vm from a template, booting and running some first-boot commands in order to hand over controll to Puppet inside the vm. So i ended up with: 1. vmware_guest to clone. 2.