X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/9e56649cda3ea898a9f171db911e91cfca0f618e..0ac33d2bf7e6129f0f7d6a90f27c76c022414be0:/roles/ffrl.rb diff --git a/roles/ffrl.rb b/roles/ffrl.rb new file mode 100644 index 000000000..6cd12e97a --- /dev/null +++ b/roles/ffrl.rb @@ -0,0 +1,24 @@ +name "ffrl" +description "Role applied to all servers at Freifunk Rheinland" + +default_attributes( + :hosted_by => "Freifunk Rheinland", + :location => "Berlin, Germany", + :networking => { + :roles => { + :external => { + :zone => "ffr" + } + } + } +) + +override_attributes( + :ntp => { + :servers => ["0.de.pool.ntp.org", "1.de.pool.ntp.org", "europe.pool.ntp.org"] + } +) + +run_list( + "role[de]" +)