Hello,
I new user with Ansible , I use this Playbook , but how can i change the Linux guest vm after cloning . when i clone the vm machine i get the same host name . i would like to use the name in the host.vms file .
Thank You ,
this is my playbook
#> ansible-playbook -i hosts.vms clone_playbook.yml
host.vms
[vmcreate]
mfp-svt-trial77 datastore=‘Qa-DataStore’ network=‘NET-10.100.227.0/25’
clone_playbook.yml