]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tiamat-12.rb
nominatim: UI forwarding should take precedence to blocking
[chef.git] / roles / tiamat-12.rb
diff --git a/roles/tiamat-12.rb b/roles/tiamat-12.rb
deleted file mode 100644 (file)
index 9dc3719..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-name "tiamat-12"
-description "Master role applied to tiamat-12"
-
-default_attributes(
-  :networking => {
-    :interfaces => {
-      :internal_ipv4 => {
-        :interface => "enp1s0.2801",
-        :role => :internal,
-        :family => :inet,
-        :address => "10.0.0.46"
-      },
-      :external_ipv4 => {
-        :interface => "enp1s0.2800",
-        :role => :external,
-        :family => :inet,
-        :address => "193.60.236.46"
-      }
-    }
-  }
-)
-
-run_list(
-  "role[ucl]"
-)