Go to file
Alexis Pentori c92a17233f
harbor: init terraform provisioning
Signed-off-by: Alexis Pentori <alexis@status.im>
2023-10-10 13:03:25 +02:00
ansible harbor: init terraform provisioning 2023-10-10 13:03:25 +02:00
.gitignore add gitignore 2022-05-11 14:25:20 +02:00
Makefile Makefile: drop creating cosul-ca.key file 2022-05-12 09:51:47 +02:00
README.md readme: add reminder to change path in main.tf 2022-05-12 10:23:30 +02:00
ansible.cfg ansible.cfg: drop remote_user=admin 2022-05-11 15:29:38 +02:00
harbor.tf harbor: init terraform provisioning 2023-10-10 13:03:25 +02:00
main.tf harbor: init terraform provisioning 2023-10-10 13:03:25 +02:00
providers.tf harbor: init terraform provisioning 2023-10-10 13:03:25 +02:00
secrets.tf harbor: init terraform provisioning 2023-10-10 13:03:25 +02:00
variables.tf add Terraform boilerplate 2022-05-11 14:29:16 +02:00
versions.tf harbor: init terraform provisioning 2023-10-10 13:03:25 +02:00

README.md

Description

⚠️ Replace with actual description!

This repo defines a standard template for new Status infrastructure repositories.

Key things to change:

  • Update README.md
  • Terraform
    • Change path in main.tf to match new fleet
    • Add necessary providers in providers.tf
    • Add necessary secrets in secrets.tf
    • Adjust or remove workspaces.tf
    • Adjust versions.tf
  • Ansible
    • Extend ansible/group_vars/all.yml
    • Or add a dedicated group_vars file
    • Create the ansible/main.yml playbook

Repo Usage

For how to use this repo read the Infra Repo Usage doc.