Servers, containers and stuff
Go to file
dependabot-preview[bot] e4ba8fe2a1
Bump ansible from 2.9.4 to 2.9.5
Bumps [ansible](https://github.com/ansible/ansible) from 2.9.4 to 2.9.5.
- [Release notes](https://github.com/ansible/ansible/releases)
- [Commits](https://github.com/ansible/ansible/compare/v2.9.4...v2.9.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-01 05:51:21 +00:00
.github/workflows Dont init terraform backend on CI 2020-02-22 21:15:50 +00:00
ansible Provision wireguard keys for too-work 2020-02-28 16:16:31 +00:00
scripts Don't fail if secrets dont exist 2020-02-22 21:12:22 +00:00
terraform Fix spacing so it looks like valid terraform 2020-02-22 23:43:00 +00:00
.gitignore Move backend to S3 based 2020-02-21 22:15:32 +00:00
dev-requirements.txt Bump yamllint from 1.19.0 to 1.20.0 2020-01-01 07:31:43 +00:00
README.md Update README commands 2020-02-22 23:50:40 +00:00
requirements.txt Bump ansible from 2.9.4 to 2.9.5 2020-03-01 05:51:21 +00:00
yamllint.yml Add GitHub workflows for linting 2019-12-08 12:07:57 +00:00

Infrastructure

Ansible Status Terraform Status

Requirements

  • Python 3
  • Locally configured SSH config (ideally deployed through dotfiles)

Installation

  • ./scripts/ansible/setup.sh
  • cd terraform/ && ./scripts/terraform/terraform.sh init

Private Settings

The ansible vault password needs setting in ansible/.vault_pass.

Terraform configuration needs to be placed in terraform/secrets.auto.tfvars.

Terraform backend secrets need to be placed in terraform/secrets.sh.

Deploying

  • ./scripts/ansible/deploy.sh
  • ./scripts/terraform/terraform.sh apply