Infrastructure fleet template
Go to file
Jakub Sokołowski b2dda7792f
versions.tf: upgrade pass provider to 2.1.1
This release includes builds for `arm64` MacOS hosts:
https://github.com/camptocamp/terraform-provider-pass/releases/tag/v2.1.1

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-06-24 11:49:35 +02:00
ansible ansible/roles.py: fix pull call to handle up-to-date repo 2024-06-24 08:47:40 +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
main.tf main.tf: fix path to clearly show placeholder 2024-06-20 11:41:21 +02:00
providers.tf providers:tf: drop unnecessary account_id for CloudFlare 2024-06-20 11:52:07 +02:00
secrets.tf providers:tf: drop unnecessary account_id for CloudFlare 2024-06-20 11:52:07 +02:00
versions.tf versions.tf: upgrade pass provider to 2.1.1 2024-06-24 11:49:35 +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.