From ac3ac25ee02e73c2ac46f2a0739057f37cb79b85 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 26 Jan 2021 08:17:00 +0000 Subject: [PATCH] Remove role for culebre --- roles/culebre.rb | 38 -------------------------------------- roles/unizar.rb | 22 ---------------------- 2 files changed, 60 deletions(-) delete mode 100644 roles/culebre.rb delete mode 100644 roles/unizar.rb diff --git a/roles/culebre.rb b/roles/culebre.rb deleted file mode 100644 index ed3d93ddb..000000000 --- a/roles/culebre.rb +++ /dev/null @@ -1,38 +0,0 @@ -name "culebre" -description "Master role applied to culebre" - -default_attributes( - :hardware => { - :shm_size => "18g" - }, - :networking => { - :interfaces => { - :external_ipv4 => { - :interface => "ens3", - :role => :external, - :family => :inet, - :address => "155.210.4.103", - :prefix => "28", - :gateway => "155.210.4.110" - } - } - }, - :squid => { - :version => 4, - :cache_mem => "16384 MB", - :cache_dir => [ - "rock /store/squid/rock-4096 12800 swap-timeout=200 slot-size=4096 max-size=3996", - "rock /store/squid/rock-8192 16000 swap-timeout=200 slot-size=8192 min-size=3997 max-size=8092", - "rock /store/squid/rock-16384 22400 swap-timeout=200 slot-size=16384 min-size=8093 max-size=16284", - "rock /store/squid/rock-32768 22800 swap-timeout=200 slot-size=32768 min-size=16285 max-size=262144" - ] - }, - :tilecache => { - :tile_parent => "zaragoza.render.openstreetmap.org" - } -) - -run_list( - "role[unizar]", - "role[tilecache]" -) diff --git a/roles/unizar.rb b/roles/unizar.rb deleted file mode 100644 index 3f5f6819b..000000000 --- a/roles/unizar.rb +++ /dev/null @@ -1,22 +0,0 @@ -name "unizar" -description "Role applied to all servers at University of Zaragoza" - -default_attributes( - :accounts => { - :users => { - :osluz => { :status => :administrator } - } - }, - :hosted_by => "University of Zaragoza", - :location => "Zaragoza, Spain" -) - -override_attributes( - :ntp => { - :servers => ["0.es.pool.ntp.org", "1.es.pool.ntp.org", "europe.pool.ntp.org"] - } -) - -run_list( - "role[es]" -) -- 2.39.5