Servers, containers and stuff
Go to file
Jake Howard decfbf65c9
Move scripts to justfile
2023-06-18 17:14:49 +01:00
.gitea/workflows Move scripts to justfile 2023-06-18 17:14:49 +01:00
ansible Move scripts to justfile 2023-06-18 17:14:49 +01:00
terraform Fix new ansible-lint errors 2023-06-15 15:16:19 +01:00
.gitattributes Mark vault files as generated 2023-01-27 17:33:04 +00:00
.gitignore Move split secrets into single env file 2023-05-03 20:54:06 +01:00
.yamllint.yml Move scripts to justfile 2023-06-18 17:14:49 +01:00
README.md Move scripts to justfile 2023-06-18 17:14:49 +01:00
justfile Move scripts to justfile 2023-06-18 17:14:49 +01:00
renovate.json Let renovate find galaxy requirements 2023-05-06 21:44:12 +01:00

README.md

Infrastructure

Requirements

  • Python 3
  • Locally configured SSH config (ideally deployed through dotfiles)
  • ansible installed on the system
  • just

Installation

  • just setup
  • just terraform init

Private Settings

Ansible integrates with Bitwarden through its CLI.

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

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

Deploying

  • just ansible-deploy
  • juts terraform apply