Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1010 Bytes

README.md

File metadata and controls

40 lines (33 loc) · 1010 Bytes

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