]> git.openstreetmap.org Git - chef.git/blobdiff - roles/sarel.rb
Enable dhcpd on ironbelly
[chef.git] / roles / sarel.rb
index 0d7832b537418907eee4e5bf1833c03eac6f7b81..b535374d79d825c018bf9b9fe7b4c964fe3064a2 100644 (file)
@@ -2,6 +2,11 @@ name "sarel"
 description "Master role applied to sarel"
 
 default_attributes(
+  :git => {
+    :private_user => "chefrepo",
+    :private_group => "chefrepo",
+    :private_nodes => "fqdn:*"
+  },
   :networking => {
     :interfaces => {
       :internal_ipv4 => {
@@ -21,7 +26,13 @@ default_attributes(
 )
 
 run_list(
-  "role[ucl-slough]",
+  "role[ucl]",
   "role[hp-g5]",
-  "role[yournavigation]"
+  "role[yournavigation]",
+  "role[chef-server]",
+  "role[chef-repository]",
+  "role[letsencrypt]",
+  "role[git]",
+  "role[dns]",
+  "recipe[serverinfo]"
 )