From 2739b26b375e21abdf94d2d78509e18f610a8fec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 11 May 2022 14:51:21 +0200 Subject: [PATCH] add README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..415be18 --- /dev/null +++ b/README.md @@ -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.