Infrastructure fleet template
Go to file
Jakub Sokołowski 2739b26b37
add README
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-05-11 14:52:20 +02:00
ansible add Ansible boilerplate 2022-05-11 14:46:01 +02:00
.gitignore add gitignore 2022-05-11 14:25:20 +02:00
Makefile add makefile 2022-05-11 14:25:26 +02:00
README.md add README 2022-05-11 14:52:20 +02:00
ansible.cfg add Ansible boilerplate 2022-05-11 14:46:01 +02:00
main.tf add Terraform boilerplate 2022-05-11 14:29:16 +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 add Terraform boilerplate 2022-05-11 14:29:16 +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
    • 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.