chore: update scripts
This commit is contained in:
parent
cfb9b7c591
commit
62cb0f8afd
7 changed files with 24 additions and 22 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue