This commit is contained in:
chris 2019-12-18 14:20:52 +01:00
parent ae6f140f0f
commit 2e48fb523a
1 changed files with 13 additions and 0 deletions

13
README.md Normal file
View File

@ -0,0 +1,13 @@
# bootstrap k3s cluster
## init repository
local requirements: wireguard-tools, yq, jq, ansible
* adapt inventory.yaml (use external IPs!)
* run ./generate-keys.sh to generate your wireguard keys
* do NOT commit your wireguard keys to git, or use ansible-vault
## deploy
`ansible-playbook site.yaml`