]> git.openstreetmap.org Git - chef.git/commitdiff
Drop ascalon role
authorTom Hughes <tom@compton.nu>
Sat, 16 Nov 2024 09:54:50 +0000 (09:54 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 16 Nov 2024 09:54:58 +0000 (09:54 +0000)
roles/ascalon.rb [deleted file]
roles/netalerts.rb [deleted file]

diff --git a/roles/ascalon.rb b/roles/ascalon.rb
deleted file mode 100644 (file)
index b00e22c..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-name "ascalon"
-description "Master role applied to ascalon"
-
-default_attributes(
-  :networking => {
-    :interfaces => {
-      :external => {
-        :interface => "eno1",
-        :role => :external,
-        :inet => {
-          :address => "184.107.48.228",
-          :prefix => "27",
-          :gateway => "184.107.48.225"
-        }
-      }
-    }
-  }
-)
-
-run_list(
-  "role[netalerts]"
-)
diff --git a/roles/netalerts.rb b/roles/netalerts.rb
deleted file mode 100644 (file)
index bbccac1..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-name "netalerts"
-description "Role applied to all servers at NetAlerts"
-
-default_attributes(
-  :hosted_by => "NetAlerts",
-  :location => "MontrĂ©al, Canada",
-  :timezone => "America/Montreal"
-)
-
-override_attributes(
-  :networking => {
-    :nameservers => ["209.172.41.202", "209.172.41.200"]
-  },
-  :ntp => {
-    :servers => ["0.ca.pool.ntp.org", "1.ca.pool.ntp.org", "north-america.pool.ntp.org"]
-  }
-)
-
-run_list(
-  "role[ca]"
-)