X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/4ff36685d4495ee683874fdb901d6d0170cb85c3..477020ec63224f72ff93fe12f149315f67c41b4f:/roles/racs.rb diff --git a/roles/racs.rb b/roles/racs.rb deleted file mode 100644 index a319a48bd..000000000 --- a/roles/racs.rb +++ /dev/null @@ -1,28 +0,0 @@ -name "racs" -description "Role applied to all servers at Roy Adams Computer Services" - -default_attributes( - :accounts => { - :users => { - :kamy => { :status => :administrator } - } - }, - :networking => { - :nameservers => [ "8.8.8.8", "8.8.4.4" ], - :roles => { - :external => { - :zone => "ra" - } - } - } -) - -override_attributes( - :ntp => { - :servers => [ "0.au.pool.ntp.org", "1.au.pool.ntp.org", "oceania.pool.ntp.org" ] - } -) - -run_list( - "role[au]" -)