X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/61b9c7c86689238f8460c7fb6a2e5870b93d1441..2d6d56f75a35f748f19411b043b7fc430bdb3c6e:/roles/edgeuno.rb diff --git a/roles/edgeuno.rb b/roles/edgeuno.rb index ae31ce92d..d6fb53aef 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 => [ @@ -28,25 +32,6 @@ default_attributes( :connection_limit => "-" } ] - }, - :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]" -)