X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/76dc63f66e40eb9e9dabf3c712a5298148d9f2e4..948c204d5052afc85aad0d734a6e5fc9584738e2:/roles/grnet.rb diff --git a/roles/grnet.rb b/roles/grnet.rb index 30dc0a5f5..1ca197be5 100644 --- a/roles/grnet.rb +++ b/roles/grnet.rb @@ -2,17 +2,18 @@ name "grnet" description "Role applied to all servers at GRNET" default_attributes( + :accounts => { + :users => { + :grnet => { :status => :administrator } + } + }, :hosted_by => "GRNET", :location => "Athens, Greece", :networking => { :nameservers => [ - "83.212.2.77" - ], - :roles => { - :external => { - :zone => "grn" - } - } + "8.8.8.8", + "8.8.4.4" + ] } )