index
:
infra.git
master
Ansible playbooks for personal infrastructure.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vpn.yml
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'vpn.yml')
-rw-r--r--
vpn.yml
4
1 files changed, 4 insertions, 0 deletions
diff --git a/vpn.yml b/vpn.yml
new file mode 100644
index 0000000..bba7ac9
--- /dev/null
+++ b/
vpn.yml
@@ -0,0 +1,4 @@
+- name: Setup VPN machines
+ hosts: vpn
+ roles:
+ - { role: wgnet }