From e1885e889f689df5e0683cdaa6994eedd1801858 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 29 Mar 2023 11:41:13 +0100 Subject: [PATCH] Drop roles for drogon and viserion --- roles/drogon.rb | 33 --------------------------------- roles/viserion.rb | 36 ------------------------------------ 2 files changed, 69 deletions(-) delete mode 100644 roles/drogon.rb delete mode 100644 roles/viserion.rb diff --git a/roles/drogon.rb b/roles/drogon.rb deleted file mode 100644 index 2f5921f2b..000000000 --- a/roles/drogon.rb +++ /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 index 0b343f691..000000000 --- a/roles/viserion.rb +++ /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]" -) -- 2.39.5