X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/7862d728d8217f3b3b47ff404364363646da82fc..da8f75f725d2c105419c351195231bac70a46e7c:/roles/ironbelly.rb diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index 252848d30..a3a94fc63 100644 --- a/roles/ironbelly.rb +++ b/roles/ironbelly.rb @@ -23,9 +23,23 @@ default_attributes( :address => "2001:630:12:500:225:90ff:fec4:f6ef" } } + }, + :openvpn => { + :address => "10.0.16.2", + :tunnels => { + :ic2ucl => { + :port => "1194", + :mode => "server", + :peer => { + :host => "ridley.openstreetmap.org" + } + } + } } ); run_list( - "role[ic]" + "role[ic]", + "role[gateway]", + "recipe[openvpn]" )