X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/39319c70a19a6d2576ac8d87acebd559de39bb53..2d6d56f75a35f748f19411b043b7fc430bdb3c6e:/roles/nchc.rb diff --git a/roles/nchc.rb b/roles/nchc.rb index ebc9487bb..1c434df2a 100644 --- a/roles/nchc.rb +++ b/roles/nchc.rb @@ -2,19 +2,25 @@ name "nchc" description "Role applied to all servers at NCHC" default_attributes( - :networking => { - :nameservers => [ "8.8.8.8", "8.8.4.4" ], - :roles => { - :external => { - :zone => "nc" - } + :accounts => { + :users => { + :steven => { :status => :administrator }, + :ceasar => { :status => :administrator } } + }, + :hosted_by => "NCHC", + :location => "Hsinchu, Taiwan", + :networking => { + :wireguard => { :keepalive => 180 } } ) override_attributes( + :networking => { + :nameservers => ["140.110.16.1", "140.110.4.1"] + }, :ntp => { - :servers => [ "0.tw.pool.ntp.org", "1.tw.pool.ntp.org", "europe.pool.ntp.org" ] + :servers => ["0.tw.pool.ntp.org", "1.tw.pool.ntp.org", "asia.pool.ntp.org"] } )