From 5d9b9f68f674194a48bb078e46520c46b4df0067 Mon Sep 17 00:00:00 2001 From: chris Date: Wed, 18 Dec 2019 19:19:19 +0100 Subject: [PATCH] gitignore more potential sensitive data --- .gitignore | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ffda120..e87f46f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.retry host_vars/*yaml +group_vars/cluster.yaml diff --git a/README.md b/README.md index 548e3ab..1d2c504 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ local requirements: wireguard-tools, yq, jq, ansible * adapt inventory.yaml (use external IPs!) -* run ./generate-keys.sh to generate your wireguard keys +* run ./generate-keys.sh and ./generate-k3s-token.sh to generate your keys * do NOT commit your wireguard keys to git, or use ansible-vault ## deploy