sborenst / ansible_aws_deployer

20 stars 20 forks source link

we should be using Ansible EC2 modules instead of aws CLI #41

Open thoraxe opened 7 years ago

thoraxe commented 7 years ago

As an example:

https://github.com/sborenst/ansible_aws_deployer/blob/master/ansible/main.yml#L55-L66

This should be replaced with Ansible's own DNS module, or these items should be part of the cloudformations template (preferably) as it then makes them trivial to delete.