Hello guys:
I have some questions regarding existing resources management: can ansible change their attributes after creation?
For instance, I wasn’t able to change the network settings for an existing VM on VMware. Also, according to some Google searching, it seems that the instance type of an existing ec2 instance cannot be changed with ansible.
Is this because ansible is not stateful? With terraform am I able to achieve this.
So far, I’ve only been using ansible to create new resources, but not for updating them.
Hope someone can give me some guidance.
Thanks in advance