]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tabaluga.rb
Disable OAuth 1.0a and basic authentication
[chef.git] / roles / tabaluga.rb
diff --git a/roles/tabaluga.rb b/roles/tabaluga.rb
deleted file mode 100644 (file)
index 8645291..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-name "tabaluga"
-description "Master role applied to tabaluga"
-
-default_attributes(
-  :networking => {
-    :interfaces => {
-      :internal_ipv4 => {
-        :interface => "bond0",
-        :role => :internal,
-        :family => :inet,
-        :address => "10.0.48.14",
-        :bond => {
-          :slaves => %w[eno1 eno2]
-        }
-      },
-      :external_ipv4 => {
-        :interface => "bond0.2",
-        :role => :external,
-        :family => :inet,
-        :address => "130.117.76.14"
-      },
-      :external_ipv6 => {
-        :interface => "bond0.2",
-        :role => :external,
-        :family => :inet6,
-        :address => "2001:978:2:2C::172:E"
-      }
-    }
-  }
-)
-
-run_list(
-  "role[equinix]",
-  "role[hp-g9]",
-  "role[wiki]"
-)