Skip to content

Add IaC and ConfigManagement

  1. Added the Ansible-Role to deploy the application on Ubuntu 20.04 machine.
  2. Added the Terraform plan to provision infrastructure on AWS.
  3. A list of Oskar Almlöv's best practises and style choices [0] that are good for writing clean and consistent Ansible.
  • Prefix temporary variables with an underscore
  • Use fully-qualified collection names
  • Internal role variables should be prefixed with double underscores

[0] https://gist.github.com/oskaralmlov/3abf8436534d6766601223db4b82b0c7

Edited by Arunodhayam

Merge request reports