infrastructure/README.md
Jake Howard aeeb097491
All checks were successful
/ terraform (push) Successful in 48s
/ ansible (push) Successful in 1m49s
Fix README documentation for terraform secrets
2023-06-18 17:21:18 +01:00

630 B

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 secrets are stored in terraform/.env, and provisioned using just update-secrets.

Deploying

  • just ansible-deploy
  • juts terraform apply