diff options
Diffstat (limited to 'hosts/virt-public')
-rw-r--r-- | hosts/virt-public | 9 |
1 files changed, 9 insertions, 0 deletions
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" |