X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/4995554e7b535b58f0f730eca6e6df9082aad083..b0e42ea229284e21d5d05b2e87153c733efb81d1:/roles/sarel.rb diff --git a/roles/sarel.rb b/roles/sarel.rb index aab567bd8..b535374d7 100644 --- a/roles/sarel.rb +++ b/roles/sarel.rb @@ -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 => { @@ -23,5 +28,11 @@ default_attributes( run_list( "role[ucl]", "role[hp-g5]", - "role[yournavigation]" + "role[yournavigation]", + "role[chef-server]", + "role[chef-repository]", + "role[letsencrypt]", + "role[git]", + "role[dns]", + "recipe[serverinfo]" )