]> git.openstreetmap.org Git - chef.git/blobdiff - roles/horntail.rb
Add render.openstreetmap.org as an alias on render servers
[chef.git] / roles / horntail.rb
index e8a8192de785cabd023d8e0cf446cf2ed89fd7e8..2d4e9057a45c6830bb953b7a10add2584504a250 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 => {
@@ -117,14 +105,5 @@ 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]"
+  "role[ic]"
 )