X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/3312bfc61cbf900b4b342edd1d1e1ec5ce4eeafb..c2e7a922242cc5c44e756504f807a701ca2eff1b:/roles/zcu.rb diff --git a/roles/zcu.rb b/roles/zcu.rb new file mode 100644 index 000000000..b059c5bf1 --- /dev/null +++ b/roles/zcu.rb @@ -0,0 +1,25 @@ +name "zcu" +description "Role applied to all servers at University of West Bohemia" + +default_attributes( + :hosted_by => "University of West Bohemia", + :location => "Pilsen, Czech Republic", + :networking => { + :nameservers => ["147.228.3.3", "147.228.52.11"], + :roles => { + :external => { + :zone => "osm" + } + } + } +) + +override_attributes( + :ntp => { + :servers => ["0.cz.pool.ntp.org", "1.cz.pool.ntp.org", "europe.pool.ntp.org"] + } +) + +run_list( + "role[cz]" +)