Servers, containers and stuff
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Jake Howard c042775f8b
/ terraform (push) Successful in 54s Details
/ ansible (push) Failing after 2m3s Details
Update Nextcloud
3 days ago
.gitea/workflows Run CI on any push 1 month ago
ansible Update Nextcloud 3 days ago
scripts Always update galaxy roles 4 weeks ago
terraform Update Terraform aws to v4.67.0 5 days ago
.gitattributes Mark vault files as generated 4 months ago
.gitignore Move split secrets into single env file 1 month ago
README.md Add gitea CI 2 months ago
renovate.json Let renovate find galaxy requirements 4 weeks ago
yamllint.yml Add a skeleton k8s deployment setup 1 year ago

README.md

Infrastructure

Requirements

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

Installation

  • ./scripts/ansible/setup.sh
  • cd terraform/ && ./scripts/terraform/terraform.sh 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

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