add README

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-05-11 14:51:21 +02:00
parent 18b55da6f9
commit 2739b26b37
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
1 changed files with 22 additions and 0 deletions

22
README.md Normal file
View File

@ -0,0 +1,22 @@
# Description
### :warning: 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](https://github.com/status-im/infra-docs/blob/master/docs/general/infra_repo_usage.md) doc.