X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/3c7828c248553645d2e8ce083787931bfbbf4f75..a94a26869b4b2a23b32266db58612795b1d3d3d8:/roles/fafnir.rb diff --git a/roles/fafnir.rb b/roles/fafnir.rb index 2345b2565..d8e6b5b50 100644 --- a/roles/fafnir.rb +++ b/roles/fafnir.rb @@ -13,6 +13,11 @@ default_attributes( :family => :inet, :address => "172.31.10.210", :hwaddress => "02:c1:c5:8b:5f:1d" + }, + :external_ipv4 => { + :role => :external, + :family => :inet, + :address => "52.50.86.69" } } }, @@ -23,7 +28,8 @@ default_attributes( :port => "1194", :mode => "client", :peer => { - :host => "ironbelly.openstreetmap.org" + :host => "ironbelly.openstreetmap.org", + :port => "1195" } } } @@ -51,5 +57,6 @@ default_attributes( run_list( "role[aws]", + "role[db-slave]", "recipe[openvpn]" )