aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/cynerd-laptop7
-rw-r--r--hosts/cynerd-pc7
-rw-r--r--hosts/virt-public9
3 files changed, 23 insertions, 0 deletions
diff --git a/hosts/cynerd-laptop b/hosts/cynerd-laptop
new file mode 100644
index 0000000..6f4cd29
--- /dev/null
+++ b/hosts/cynerd-laptop
@@ -0,0 +1,7 @@
+# vim:ft=sh:noexpandtab
+
+#OPERATIONS="cynerd_account sshd openvpn firewall"
+OPERATIONS="firewall"
+
+VPN_TYPE="client"
+VPN_NAME="laptop"
diff --git a/hosts/cynerd-pc b/hosts/cynerd-pc
new file mode 100644
index 0000000..1336402
--- /dev/null
+++ b/hosts/cynerd-pc
@@ -0,0 +1,7 @@
+# vim:ft=sh:noexpandtab
+
+#OPERATIONS="cynerd_account sshd openvpn firewall"
+OPERATIONS="firewall bridge_net"
+
+VPN_TYPE="client"
+VPN_NAME="desktop"
diff --git a/hosts/virt-public b/hosts/virt-public
new file mode 100644
index 0000000..d28e465
--- /dev/null
+++ b/hosts/virt-public
@@ -0,0 +1,9 @@
+# vim:ft=sh:noexpandtab
+
+OPERATIONS="cynerd_account sshd openvpn firewall git_server"
+
+VPN_TYPE="server"
+VPN_NAME="server"
+VPN_NO_RESOLV=true
+
+GIT_SERVER_PREFIX="git"