Skip to content

felixerdy/badgr-tf-aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Terraform AWS Badgr

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published