chore: update scripts

This commit is contained in:
Tiara Rodney 2026-03-14 20:13:25 +01:00
parent cfb9b7c591
commit 62cb0f8afd
No known key found for this signature in database
GPG key ID: 5CD8EC1D46106723
7 changed files with 24 additions and 22 deletions

View file

@ -18,10 +18,10 @@ echo "==> Running full playbook"
ansible-playbook -i "$INVENTORY" "$PLAYBOOK" --vault-password-file "$VAULT_PASS"
echo "==> Setting up local WireGuard"
sudo "$SCRIPT_DIR/local/setup-wireguard.sh"
"$SCRIPT_DIR/local/setup-wireguard.sh"
echo "==> Setting up local /etc/hosts"
sudo "$SCRIPT_DIR/local/setup-hosts.sh"
"$SCRIPT_DIR/local/setup-hosts.sh"
echo "==> Snapshotting 'provisioned'"
"$SCRIPT_DIR/vm/snapshot.sh" provisioned