This is great! I've had a hard time finding examples of pro-grade ansible playbooks that deploy entire products across multiple environments. I've had to assemble dozens of randomly obtained ideas piece by piece over the years, but it'd be fantastic if there were more full projects for reference out there. Any idea where one could find more complete examples for best practice reference?
How is this better than going the Cloudformation route? (genuinely curios)<p>Seen Cloudformation coupled with Chef or Puppet. I don't see why Ansible would not work in the later stages of bringing up the machines, but personally think it's overkill to do everything via an Ansible playbook.
That might be helpful for you.
<a href="https://github.com/arbabnazar/ansible-aws-vpc-ha-wordpress" rel="nofollow">https://github.com/arbabnazar/ansible-aws-vpc-ha-wordpress</a>