]> git.openstreetmap.org Git - chef.git/commitdiff
Drop roles for drogon and viserion
authorTom Hughes <tom@compton.nu>
Wed, 29 Mar 2023 10:41:13 +0000 (11:41 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 29 Mar 2023 10:41:13 +0000 (11:41 +0100)
roles/drogon.rb [deleted file]
roles/viserion.rb [deleted file]

diff --git a/roles/drogon.rb b/roles/drogon.rb
deleted file mode 100644 (file)
index 2f5921f..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-name "drogon"
-description "Master role applied to drogon"
-
-default_attributes(
-  :accounts => {
-    :users => {
-      :zelja => { :status => :administrator }
-    }
-  },
-  :location => "Osijek, Croatia",
-  :networking => {
-    :interfaces => {
-      :external => {
-        :interface => "eth0",
-        :role => :external,
-        :inet => {
-          :address => "161.53.30.107",
-          :prefix => "27",
-          :gateway => "161.53.30.97"
-        },
-        :inet6 => {
-          :address => "2001:b68:c0ff:0:221:5eff:fe40:c7c4",
-          :prefix => "64",
-          :gateway => "fe80::161:53:30:97"
-        }
-      }
-    }
-  }
-)
-
-run_list(
-  "role[carnet]"
-)
diff --git a/roles/viserion.rb b/roles/viserion.rb
deleted file mode 100644 (file)
index 0b343f6..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-name "viserion"
-description "Master role applied to viserion"
-
-default_attributes(
-  :accounts => {
-    :users => {
-      :anovak => { :status => :administrator }
-    }
-  },
-  :location => "Pula, Croatia",
-  :munin => {
-    :allow => ["193.198.233.210"]
-  },
-  :networking => {
-    :interfaces => {
-      :external => {
-        :interface => "eth0",
-        :role => :external,
-        :inet => {
-          :address => "193.198.233.211",
-          :prefix => "29",
-          :gateway => "193.198.233.209"
-        },
-        :inet6 => {
-          :address => "2001:b68:4cff:3::3",
-          :prefix => "64",
-          :gateway => "2001:b68:4cff:3::1"
-        }
-      }
-    }
-  }
-)
-
-run_list(
-  "role[carnet]"
-)