cluster-deployment/src/steps-config/50-wesher-wireguard.sh
Starbeamrainbowlabs 736458538b
Some checks are pending
continuous-integration/laminar-eldarion Build failed with exit code 123 after 4 seconds
add wesher + wireguard
with a huuuuuge hack
2022-03-21 03:11:06 +00:00

11 lines
341 B
Bash
Executable file

#!/usr/bin/env bash
wesher_secret="$(ask_password "wesher configuration" "Enter the wesher shared secret:")";
wesher_join_ip="$(ask_text "wesher configuration" "Enter an IP of a host in the cluster to join:")";
queue_apt_install "raspberrypi-kernel-headers" "wireguard" "wesher" "wesher-systemd";
queue_postinstall_step "10-wesher.sh";