From 12e2c9db247d2d90fb0d70ba5ccc241c092185e9 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 16 Mar 2015 16:28:58 +0000 Subject: [PATCH 1/1] Alas poor faffy, he is no more... --- roles/faffy.rb | 62 -------------------------------------------------- 1 file changed, 62 deletions(-) delete mode 100644 roles/faffy.rb diff --git a/roles/faffy.rb b/roles/faffy.rb deleted file mode 100644 index 0b02de126..000000000 --- a/roles/faffy.rb +++ /dev/null @@ -1,62 +0,0 @@ -name "faffy" -description "Master role applied to faffy" - -default_attributes( - :networking => { - :interfaces => { - :internal_ipv4 => { - :interface => "eth0", - :role => :internal, - :family => :inet, - :address => "10.0.0.7" - }, - :external_ipv4 => { - :interface => "eth1", - :role => :external, - :family => :inet, - :address => "128.40.45.198" - } - } - }, - :rsyncd => { - :modules => { - :agri_imagery => { - :comment => "AGRI Imagery Archive", - :path => "/mnt/md0/agri", - :read_only => true, - :write_only => false, - :list => true, - :uid => "nobody", - :gid => "nogroup", - :transfer_logging => false, - :exclude => [".*"], - :max_connections => 10, - :ignore_errors => true, - :ignore_nonreadable => true, - :timeout => 3600, - :refuse_options => ["checksum"] - }, - :agri_extra => { - :comment => "AGRI Extras Archive", - :path => "/var/www/agri.openstreetmap.org/download", - :read_only => true, - :write_only => false, - :list => true, - :uid => "nobody", - :gid => "nogroup", - :transfer_logging => false, - :exclude => [".*"], - :max_connections => 10, - :ignore_errors => true, - :ignore_nonreadable => true, - :timeout => 3600, - :refuse_options => ["checksum"] - } - } - } -) - -run_list( - "role[ucl-wolfson]", - "recipe[rsyncd]" -) -- 2.43.2