Infrastructure for Waku fleet https://github.com/status-im/nim-waku
Go to file
Anton Iakimov b68bea6ee2
ansbile: add nim-waku requirements
2023-10-10 12:20:25 +02:00
ansible ansbile: add nim-waku requirements 2023-10-10 12:20:25 +02:00
.gitignore Initial commit 2023-10-05 14:08:18 +02:00
Makefile Initial commit 2023-10-05 14:08:18 +02:00
README.md Initial commit 2023-10-05 14:08:18 +02:00
ansible.cfg Initial commit 2023-10-05 14:08:18 +02:00
hosts.tf terraform: create hosts 2023-10-05 18:14:47 +02:00
main.tf terraform: initial setup 2023-10-05 14:38:30 +02:00
providers.tf terraform: initial setup 2023-10-05 14:38:30 +02:00
secrets.tf terraform: initial setup 2023-10-05 14:38:30 +02:00
variables.tf Initial commit 2023-10-05 14:08:18 +02:00
versions.tf terraform: initial setup 2023-10-05 14:38:30 +02:00
workspaces.tf terraform: create hosts 2023-10-05 18:14:47 +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.