Jul 21, 2017 · 1 min read
I’m curious to read about Terraform as Orchestration tool and I was happy to find medium article series talking about this one. but I lost the interest when observed the wrong example about Ansible. I have used Ansible to Provision Infra. on AWS. and that’ not valid example. Ansible is idempotent from the ground up and you really need correct your idea about to better elaborate the difference between Ansible and Terraform.
In order to make your AWS EC2 Ansible task work as expected you need to simply define the proper arguments like : count_tag
as per following:
http://docs.ansible.com/ansible/latest/ec2_module.html
Regards
