wesher: add comments
This commit is contained in:
parent
a500bf9a2d
commit
cdb959206c
1 changed files with 10 additions and 0 deletions
|
@ -11,4 +11,14 @@ queue_postinstall_step "10-wesher.sh";
|
|||
|
||||
queue_firewall_rule allow 7946 comment wesher-gossip;
|
||||
queue_firewall_rule allow 51820/udp comment wesher-wireguard;
|
||||
# Allow all traffic from the VPN; we don't actually know what ports Nomad will use
|
||||
queue_firewall_rule allow in on wgoverlay;
|
||||
|
||||
|
||||
# See the Keepass entry in our database for copy-paste commands to join nodes.
|
||||
# Basically:
|
||||
# sudo wesher --cluster-key CLUSTER_KEY_HERE --join 172.16.230.100 --overlay-net 172.31.250.0/16 --log-level info
|
||||
# sudo systemctl enable --now wesher.service
|
||||
# sudo systemctl status wesher.service
|
||||
#
|
||||
# This is all automated now thanks to this script andit's postinstall cousin.
|
||||
|
|
Loading…
Reference in a new issue