gitignore more potential sensitive data
This commit is contained in:
parent
638014a6ae
commit
5d9b9f68f6
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
||||||
*.retry
|
*.retry
|
||||||
host_vars/*yaml
|
host_vars/*yaml
|
||||||
|
group_vars/cluster.yaml
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
local requirements: wireguard-tools, yq, jq, ansible
|
local requirements: wireguard-tools, yq, jq, ansible
|
||||||
|
|
||||||
* adapt inventory.yaml (use external IPs!)
|
* 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
|
* do NOT commit your wireguard keys to git, or use ansible-vault
|
||||||
|
|
||||||
## deploy
|
## deploy
|
||||||
|
|
Loading…
Reference in a new issue