Servers, containers and stuff
Go to file
Jake Howard a736afef4d
Remove general linter
2020-02-22 21:09:24 +00:00
.github/workflows Remove general linter 2020-02-22 21:09:24 +00:00
ansible Trim newlines in ttrss config 2020-02-22 21:02:54 +00:00
scripts Remove general linter 2020-02-22 21:09:24 +00:00
terraform Move domains stuff under domains module 2020-02-22 20:28:59 +00:00
.gitignore Move backend to S3 based 2020-02-21 22:15:32 +00:00
README.md Remove general linter 2020-02-22 21:09:24 +00:00
dev-requirements.txt Bump yamllint from 1.19.0 to 1.20.0 2020-01-01 07:31:43 +00:00
requirements.txt Bump ansible from 2.9.2 to 2.9.4 2020-02-01 05:50:04 +00:00
yamllint.yml Add GitHub workflows for linting 2019-12-08 12:07:57 +00:00

README.md

Infrastructure

Ansible Status Terraform Status

Requirements

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

Installation

./scripts/setup.sh

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/deploy.sh

Alternatively, each component can be deployed separately:

  • ./scripts/ansible.sh