]> git.openstreetmap.org Git - chef.git/commitdiff
Drop role for pummelzacken
authorTom Hughes <tom@compton.nu>
Fri, 10 Mar 2023 12:20:27 +0000 (12:20 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 10 Mar 2023 12:20:27 +0000 (12:20 +0000)
roles/pummelzacken.rb [deleted file]

diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb
deleted file mode 100644 (file)
index 0aa526b..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-name "pummelzacken"
-description "Master role applied to pummelzacken"
-
-default_attributes(
-  :networking => {
-    :interfaces => {
-      :bond => {
-        :interface => "bond0",
-        :bond => {
-          :slaves => %w[eno1 enp5s0f0]
-        }
-      },
-      :internal_ipv4 => {
-        :interface => "bond0.2801",
-        :role => :internal,
-        :family => :inet,
-        :address => "10.0.0.20"
-      },
-      :external_ipv4 => {
-        :interface => "bond0.2800",
-        :role => :external,
-        :family => :inet,
-        :address => "193.60.236.18"
-      }
-    }
-  }
-)
-
-run_list(
-  "role[ucl]"
-)