X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/29d741d17b7f029b4313d70182cfcc6f7c333a06..fec6863727052589874a8727fb0cfd2f9cd2ef50:/roles/fafnir.rb diff --git a/roles/fafnir.rb b/roles/fafnir.rb index 1c5ee364f..099fc38bb 100644 --- a/roles/fafnir.rb +++ b/roles/fafnir.rb @@ -28,7 +28,16 @@ default_attributes( :port => "1194", :mode => "client", :peer => { - :host => "ironbelly.openstreetmap.org" + :host => "ironbelly.openstreetmap.org", + :port => "1195" + } + }, + :aws2bm => { + :port => "1195", + :mode => "client", + :peer => { + :host => "grisu.openstreetmap.org", + :port => "1195" } } } @@ -56,5 +65,6 @@ default_attributes( run_list( "role[aws]", + "role[db-slave]", "recipe[openvpn]" )