X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/2835205c501da417ff80ce4f06dc32d14c8c38bb..45c0862be818c87ac9825ed36a7a2e9d3a1aab7c:/roles/dribble.rb diff --git a/roles/dribble.rb b/roles/dribble.rb index 75c28c4b6..032e77b71 100644 --- a/roles/dribble.rb +++ b/roles/dribble.rb @@ -18,16 +18,22 @@ default_attributes( } }, :external => { - :interface => "bond0.2", + :interface => "bond0.3", :role => :external, :inet => { - :address => "130.117.76.4" + :address => "184.104.179.132" }, :inet6 => { - :address => "2001:978:2:2c::172:4" + :address => "2001:470:1:fa1::4" } } } + }, + :accounts => { + :users => { + :stereo => { :status => :administrator }, + :kevin => { :status => :user } + } } )