Skip to content

Instantly share code, notes, and snippets.

@zackp30
Created August 18, 2015 15:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zackp30/1518d92afb1ad22cab7d to your computer and use it in GitHub Desktop.
Save zackp30/1518d92afb1ad22cab7d to your computer and use it in GitHub Desktop.
name "openvpn-server"
description "The server that runs OpenVPN"
run_list "recipe[openvpn]"
override_attributes "openvpn" => {
"gateway" => "apertron.net",
"subnet" => "10.8.0.0",
"netmask" => "255.255.0.0",
"key" => {
"country" => "UK",
"province" => "England",
"city" => "London",
"org" => "Apertron",
"email" => "zack@apertron.net"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment