X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/87eb13578e96c47ce00cf62348ea6e7902089e1f..fa9ae92ea71f760b58f80744c4cca4b26d0cee98:/roles/lysator.rb diff --git a/roles/lysator.rb b/roles/lysator.rb deleted file mode 100644 index 09c2aaff7..000000000 --- a/roles/lysator.rb +++ /dev/null @@ -1,26 +0,0 @@ -name "lysator" -description "Role applied to all servers at Lysator" - -default_attributes( - :accounts => { - :users => { - :aoh => { :status => :administrator }, - :lysroot => { :status => :administrator } - } - }, - :hosted_by => "Lysator", - :location => "Linköping, Sweden" -) - -override_attributes( - :networking => { - :nameservers => ["130.236.254.225", "2001:6b0:17:f0a0::e1", "130.236.254.4"] - }, - :ntp => { - :servers => ["0.se.pool.ntp.org", "1.se.pool.ntp.org", "europe.pool.ntp.org"] - } -) - -run_list( - "role[se]" -)