Infrastructure fleet template
Go to file
Jakub Sokołowski a265db57d4
flake: add Nix shell for infrastructure work
This is an initial version we can expand later.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-06-14 09:56:04 +02:00
ansible ansible/roles.py: fix colors when called via ansible 2024-06-13 17:10:33 +02:00
.gitignore add gitignore 2022-05-11 14:25:20 +02:00
Makefile roles.py: script to replace Ansible Galaxy 2024-06-13 14:07:14 +02:00
README.md minor updates after infra-shards 2023-10-05 14:02:30 +02:00
ansible.cfg ansible.cfg: drop remote_user=admin 2022-05-11 15:29:38 +02:00
flake.lock flake: add Nix shell for infrastructure work 2024-06-14 09:56:04 +02:00
flake.nix flake: add Nix shell for infrastructure work 2024-06-14 09:56:04 +02:00
main.tf add CloudFlare zone access boilerplate 2022-06-20 13:17:13 +02:00
providers.tf add Terraform boilerplate 2022-05-11 14:29:16 +02:00
secrets.tf add Terraform boilerplate 2022-05-11 14:29:16 +02:00
variables.tf add Terraform boilerplate 2022-05-11 14:29:16 +02:00
versions.tf terraform: bump requires version 2023-10-05 14:34:22 +02:00
workspaces.tf add Terraform boilerplate 2022-05-11 14:29:16 +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
  • Github
    • Add to infra-repos/variables.tf

Repo Usage

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