X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/44de5598fddc11a7594ebc8a0fdd3ea6bf598a75..3c7828c248553645d2e8ce083787931bfbbf4f75:/roles/fafnir.rb?ds=sidebyside diff --git a/roles/fafnir.rb b/roles/fafnir.rb index 2a8a1d138..2345b2565 100644 --- a/roles/fafnir.rb +++ b/roles/fafnir.rb @@ -16,6 +16,18 @@ default_attributes( } } }, + :openvpn => { + :address => "10.0.16.4", + :tunnels => { + :aws2ic => { + :port => "1194", + :mode => "client", + :peer => { + :host => "ironbelly.openstreetmap.org" + } + } + } + }, :postgresql => { :settings => { :defaults => { @@ -38,5 +50,6 @@ default_attributes( ) run_list( - "role[aws]" + "role[aws]", + "recipe[openvpn]" )