X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/fa63c845987967418edaff22b75958916b19f19a..82fa76e9f7e9ecdcfe5da867f1246f17fd998c46:/roles/angor.rb diff --git a/roles/angor.rb b/roles/angor.rb index 7dcef6843..6ae63081b 100644 --- a/roles/angor.rb +++ b/roles/angor.rb @@ -21,6 +21,17 @@ default_attributes( :gateway => "2001:43f8:1f4:b00::1" } } + }, + :accounts => { + :users => { + :htonl => { :status => :user }, + :gmoncrieff => { :status => :user }, + :zander => { :status => :user }, + :"za-imagery" => { + :status => :role, + :members => [:grant, :htonl, :gmoncrieff, :zander] + } + } } )