X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e7d2a68fd7c65b8c8299257fc85c7e357586f0b0..7c7afb1d38ee01317d5d746c6fcadc7b0bcfa91a:/roles/iway.rb diff --git a/roles/iway.rb b/roles/iway.rb deleted file mode 100644 index 094f92b0b..000000000 --- a/roles/iway.rb +++ /dev/null @@ -1,38 +0,0 @@ -name "iway" -description "Role applied to all servers at iWay" - -default_attributes( - :accounts => { - :users => { - :cramer => { :status => :administrator } - } - }, - :hosted_by => "iWay", - :location => "Zurich, Switzerland", - :networking => { - :firewall => { - :inet => [ - { - :action => "ACCEPT", - :source => "net:212.25.24.64/28", - :dest => "fw", - :proto => "udp", - :dest_ports => "snmp", - :source_ports => "1024:", - :rate_limit => "-", - :connection_limit => "-" - } - ] - } - } -) - -override_attributes( - :ntp => { - :servers => ["0.ch.pool.ntp.org", "1.ch.pool.ntp.org", "europe.pool.ntp.org"] - } -) - -run_list( - "role[ch]" -)