Hi,
we’re doing some test with deploying a Juniper vSRX on our VMware environment using Ansible 2.1.0
This vSRX can configure itself if you add machine.id with some parameters to the .vmx file.
But if we try to use the following vm_extra_config: in our playbook:
vm_extra_config:
folder: vSRX
machine.id: hostname=initial-vsrx.test.nl
annotation: testtesttest
notes: test
It’s cloning the VM template, placing the VM in the correct folder but no changes to the .vmx file.
So machine.id is not added to the .vmx file but also the notes are not being updated.
Is this expected behaviour?
According to the docs: vm_extra_config: A key, value pair of any extra values you want set or changed in the vmx file of the VM
Regards,
John