Skip to content

Commit

Permalink
wip #14 naming vpn_clients -> vpn_servers
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsimpson committed Oct 19, 2024
1 parent 6499b4c commit 8e786f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/vpn/inventory.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[vpn_clients]
[vpn_servers]
changeme ansible_user=changeme
2 changes: 1 addition & 1 deletion src/vpn/playbooks/deploy-vpn-client.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- name: Install and configure L2TP IPsec vpn client on Ubuntu 22.04
hosts: vpn_clients
hosts: vpn_servers
become: yes
vars:
wireguard_dir: "/etc/wireguard/"
Expand Down

0 comments on commit 8e786f4

Please sign in to comment.