X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/ac41f3960efc31d10565fa3a79665caeffa421ac..6f937ded3a56fe96431490cd92ad18dc19dda371:/roles/fafnir.rb diff --git a/roles/fafnir.rb b/roles/fafnir.rb index b50e2fc3a..099fc38bb 100644 --- a/roles/fafnir.rb +++ b/roles/fafnir.rb @@ -31,6 +31,14 @@ default_attributes( :host => "ironbelly.openstreetmap.org", :port => "1195" } + }, + :aws2bm => { + :port => "1195", + :mode => "client", + :peer => { + :host => "grisu.openstreetmap.org", + :port => "1195" + } } } }, @@ -57,5 +65,6 @@ default_attributes( run_list( "role[aws]", + "role[db-slave]", "recipe[openvpn]" )