kube transfer to single-node host
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
# Wireguard
|
||||
# Service Mesh
|
||||
|
||||
This will be handled by wireguard. The goal is to establish encrypted communication between
|
||||
hosts for iscsi/nfs/http services.
|
||||
|
||||
## Install Wireguard
|
||||
|
||||
@@ -17,7 +20,7 @@ ansible-playbook -i ansible/inventory.yaml mesh/peers.yaml
|
||||
Collect DNS records from vars.yaml
|
||||
|
||||
```bash
|
||||
cat wireguard/vars.yaml | \
|
||||
cat mesh/vars.yaml | \
|
||||
yq -r '.ip | map([.hostname + "-wg.reeselink.com", .address]).[].[]' > dns/duconet-wg.txt
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user