Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 1.12 KB

README.md

File metadata and controls

54 lines (34 loc) · 1.12 KB

Project Name

This project deploys a Badgr instance on AWS using Terraform and Ansible.

Prerequisites

Before you begin, ensure you have the following installed:

Getting Started

To get started with this project, follow these steps:

  1. Create a new terraform variable file:

    cp terraform/terraform.tfvars-sample terraform/terraform.tfvars
  2. Update the necessary variables in the terraform.tfvars file.

  3. Initialize Terraform:

    cd terraform
    terraform init
  4. Deploy the infrastructure:

    terraform plan
    terraform apply
  5. Once the infrastructure is deployed, change into the ansible directory:

    cd ../ansible
  6. Update the necessary variables in the absible/vars/badgr_vars.yml file.

  7. Run the Ansible playbook to configure the Badgr instance:

    ansible-playbook playbook.yml

License

This project is licensed under the MIT License.