]> git.openstreetmap.org Git - chef.git/blobdiff - roles/horntail.rb
Apply the backup role to ironbelly
[chef.git] / roles / horntail.rb
index e8a8192de785cabd023d8e0cf446cf2ed89fd7e8..894eb0d072b934b48049221e9862a6dcf63d078d 100644 (file)
@@ -65,18 +65,6 @@ default_attributes(
       }
     }
   },
-  :openvpn => {
-    :address => "10.0.16.2",
-    :tunnels => {
-      :ic2ucl => {
-        :port => "1194",
-        :mode => "server",
-        :peer => {
-          :host => "ridley.openstreetmap.org"
-        }
-      }
-    }
-  },
   :rsyncd => {
     :modules => {
       :hosts => {
@@ -118,13 +106,8 @@ default_attributes(
 
 run_list(
   "role[ic]",
-  "role[gateway]",
-  "role[chef-server]",
-  "role[chef-repository]",
   "role[planet]",
   "role[stats]",
-  "role[web-storage]",
   "role[backup]",
-  "recipe[rsyncd]",
-  "recipe[openvpn]"
+  "recipe[rsyncd]"
 )