Ansible playbooks for NetflixOSS projects

Just a quick note to let the group know I have created Ansible playbooks for a few of the NetflixOSS projects including Asgard, Ice, Edda, Simian Army (Chaos Monkey) etc. For anyone running AWS and interested in them, you can find them here:

https://github.com/Answers4AWS/netflixoss-ansible

For those that don’t care so much about the projects themselves, but are interested in how to write playbooks/roles/tasks to run on multiple OSes and have the option of building an Image or configuring a running server, feel free to take a look:

https://github.com/Answers4AWS/netflixoss-ansible/tree/master/playbooks

I would also be very interested in some feedback about how I configure a base Ubuntu/Amazon Linux (CentOS-ish) server with regards to security and the like:

https://github.com/Answers4AWS/netflixoss-ansible/tree/master/playbooks/roles/base/tasks

I hope you find it useful.