/ansible-aws-infrastructure

Ansible Role for convention-driven AWS Infrastructure

MIT LicenseMIT

ansible-aws-infrastructure

aws-infrastructure builds out things according to seemingly arbitrary conventions. They probably make sense, in the appropriate context.

Platforms

Tunables

O_o

Dependencies

  • None

Example Playbook

- hosts: servers
  roles:
     - role: telusdigital.aws-infrastructure
       required_systems:
         - application
         - database
       autodeploy_passthrough_enabled: yes
       using_load_balancers: yes
       elb_ssl_offload: yes
       elb_ssl_certificate_name: application.foo-production

License

MIT

Contributors