+++ /dev/null
-name "ca"
-description "Role applied to all servers located in Canada"
-
-override_attributes(
- :country => "ca"
-)
-
-run_list(
- "role[base]"
-)
+++ /dev/null
-name "ovh-ca"
-description "Role applied to all servers at OVH CA"
-
-override_attributes(
- :ntp => {
- :servers => ["0.ca.pool.ntp.org", "1.ca.pool.ntp.org", "north-america.pool.ntp.org"]
- }
-)
-
-run_list(
- "role[ca]",
- "role[ovh]"
-)
+++ /dev/null
-name "ovh"
-description "Role applied to all servers at OVH"
-
-default_attributes(
- :networking => {
- :nameservers => ["8.8.4.4", "213.186.33.99", "8.8.8.8"],
- :roles => {
- :external => {
- :zone => "ov"
- }
- }
- }
-)