]> git.openstreetmap.org Git - chef.git/blobdiff - roles/stormfly-02.rb
Switch chef back to using https for the internal forward
[chef.git] / roles / stormfly-02.rb
index 579874d2214df226ef1978a0ac7d94abb92b7df2..c27b1d06a9efb271f005c1a008102336908af4b3 100644 (file)
@@ -4,16 +4,17 @@ description "Master role applied to stormfly-02"
 default_attributes(
   :networking => {
     :interfaces => {
-      :internal_ipv4 => {
-        :interface => "eth0",
-        :role => :internal,
+      :external_ipv4 => {
+        :interface => "em1",
+        :role => :external,
         :family => :inet,
-        :address => "10.0.0.108"
+        :address => "140.211.167.105"
       }
     }
   }
 )
 
 run_list(
-  "role[osuosl]"
+  "role[osuosl]",
+  "role[hp-g6]"
 )