Ansible And Terraform scripts for the Gophie Infrastructure
- Terraform
- Terraform Namecheap
- GCP Credentials
$ export GOOGLE_APPLICATION_CREDENTIALS=path-to-cred.json
- AWS CLI (or Credentials)
# for previously created 'profile'
$ export AWS_PROFILE=profile
- Ansible
$ pip install -r requirements.txt
$ ansible-galaxy install -r ./ansible/requirements.yml
$ cd terraform/
$ terraform apply
$ cd terraform/
$ terraform destroy