X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/4995554e7b535b58f0f730eca6e6df9082aad083..dcbd2190d605a1992795e7e14ffd6de1350231bb:/roles/sarel.rb diff --git a/roles/sarel.rb b/roles/sarel.rb index aab567bd8..ab7c52a4f 100644 --- a/roles/sarel.rb +++ b/roles/sarel.rb @@ -2,6 +2,12 @@ name "sarel" description "Master role applied to sarel" default_attributes( + :git => { + :allowed_nodes => "fqdn:*", + :user => "chefrepo", + :group => "chefrepo", + :backup => "chef-git" + }, :networking => { :interfaces => { :internal_ipv4 => { @@ -23,5 +29,10 @@ default_attributes( run_list( "role[ucl]", "role[hp-g5]", - "role[yournavigation]" + "role[yournavigation]", + "role[chef-server]", + "role[chef-repository]", + "role[letsencrypt]", + "recipe[git::server]", + "recipe[serverinfo]" )