top | item 36582340 (no title) thestepafter | 2 years ago I’m currently using Ansible for something similar. Mind if I ask why you switched to Terraform? discuss order hn newest nu11ptr|2 years ago Faster: it uses a local state file, so it doesn't need to interrogate the devices every time.Stateful: you don't have to manually track "present" and "absent" - you just omit and it will notice it needs to delete itMore standard: Writing HCL is very similar between providers. Every module in Ansible typically behaves pretty differently
nu11ptr|2 years ago Faster: it uses a local state file, so it doesn't need to interrogate the devices every time.Stateful: you don't have to manually track "present" and "absent" - you just omit and it will notice it needs to delete itMore standard: Writing HCL is very similar between providers. Every module in Ansible typically behaves pretty differently
nu11ptr|2 years ago
Stateful: you don't have to manually track "present" and "absent" - you just omit and it will notice it needs to delete it
More standard: Writing HCL is very similar between providers. Every module in Ansible typically behaves pretty differently