Skip to content

Commit

Permalink
#14 update manual readme steps
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsimpson committed Oct 19, 2024
1 parent 482616b commit 915f513
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/vpn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ pip install -r requirements.txt
ansible-galaxy collection install --force --collections-path ./ --requirements-file requirements.yml
# Run playbook to create/rebuild fresh vpn server
ansible-playbook -i inventory.ini --ask-vault-pass playbooks/create-rebuild-vpn-server.yml
ansible-playbook -i inventory.ini --ask-vault-pass -i inventory-vpn-servers-hcloud.yml playbooks/create-rebuild-vpn-server.yml
```

1. Run playbook to create Ubuntu server (Ubuntu 20.04 has been tested)
Expand Down

0 comments on commit 915f513

Please sign in to comment.