X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/61b9c7c86689238f8460c7fb6a2e5870b93d1441..da998dc24ddabfd1060911d7f6b3aea7b84c4d0b:/roles/edgeuno.rb diff --git a/roles/edgeuno.rb b/roles/edgeuno.rb index ae31ce92d..c1224f2ba 100644 --- a/roles/edgeuno.rb +++ b/roles/edgeuno.rb @@ -2,8 +2,12 @@ name "edgeuno" description "Role applied to all servers at Edgeuno" default_attributes( + :accounts => { + :users => { + :e1admin => { :status => :administrator } + } + }, :hosted_by => "EdgeUno", - :location => "Bogotá, Colombia", :networking => { :firewall => { :inet => [ @@ -32,21 +36,6 @@ default_attributes( :nameservers => [ "8.8.8.8", "1.1.1.1" - ], - :roles => { - :external => { - :zone => "osm" - } - } + ] } ) - -override_attributes( - :ntp => { - :servers => ["0.co.pool.ntp.org", "1.co.pool.ntp.org", "south-america.pool.ntp.org"] - } -) - -run_list( - "role[co]" -)