readme
This commit is contained in:
parent
ae6f140f0f
commit
2e48fb523a
1 changed files with 13 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal 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`
|
Loading…
Reference in a new issue