From: Tom Hughes Date: Fri, 1 Jan 2021 11:42:00 +0000 (+0000) Subject: Add remote hands account for Appliwave X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/7aa31b9f5509db530cd635216a31ede8b934b9ce Add remote hands account for Appliwave --- diff --git a/roles/appliwave.rb b/roles/appliwave.rb index 713f8215c..25b4c3e7c 100644 --- a/roles/appliwave.rb +++ b/roles/appliwave.rb @@ -2,6 +2,11 @@ name "appliwave" description "Role applied to all servers at Appliwave" default_attributes( + :accounts => { + :users => { + :appliwave => { :status => :administrator } + } + }, :hosted_by => "Appliwave", :location => "Croissy-Beaubourg, France" )