Infrastructure for Status fleets
https://github.com/status-im/nim-waku
c6a8cbbe6a
We only need 1 boot instance for testing. Data is stored in PostgreSQL on separate nodes. |
||
---|---|---|
ansible | ||
.gitignore | ||
Makefile | ||
README.md | ||
ansible.cfg | ||
hosts_boot.tf | ||
hosts_store.tf | ||
main.tf | ||
providers.tf | ||
secrets.tf | ||
variables.tf | ||
versions.tf | ||
workspaces.tf |
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
inmain.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.