X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/d8a807d2d3fa09bb14484e03e193c0b37da26daa..58406c6076bafab2fccd6335695174639383c3e2:/roles/sarel.rb diff --git a/roles/sarel.rb b/roles/sarel.rb index 26f845b90..ab1bf393b 100644 --- a/roles/sarel.rb +++ b/roles/sarel.rb @@ -2,26 +2,42 @@ name "sarel" description "Master role applied to sarel" default_attributes( + :apache => { + :mpm => "event", + :event => { + :min_spare_threads => 50, + :max_spare_threads => 150, + :listen_cores_buckets_ratio => 4 + } + }, + :git => { + :private_user => "chefrepo", + :private_group => "chefrepo" + }, :networking => { :interfaces => { :internal_ipv4 => { - :interface => "eth0", + :interface => "enp3s0f0.2801", :role => :internal, :family => :inet, :address => "10.0.0.12" }, :external_ipv4 => { - :interface => "eth1", + :interface => "enp3s0f0.2800", :role => :external, :family => :inet, - :address => "128.40.45.206" + :address => "193.60.236.20" } } } ) run_list( - "role[ucl-wolfson]", - "role[hp-g5]", - "role[yournavigation]" + "role[ucl]", + "role[chef-server]", + "role[chef-repository]", + "role[letsencrypt]", + "role[git]", + "role[dns]", + "recipe[serverinfo]" )