X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/5f273f1b91609cb4b5d1c1cfbd145b8f0e494202..c714aba0de40828044677c7b38890e3f7ba91436:/roles/sarel.rb diff --git a/roles/sarel.rb b/roles/sarel.rb index e8f22400d..b535374d7 100644 --- a/roles/sarel.rb +++ b/roles/sarel.rb @@ -2,16 +2,21 @@ name "sarel" description "Master role applied to sarel" default_attributes( + :git => { + :private_user => "chefrepo", + :private_group => "chefrepo", + :private_nodes => "fqdn:*" + }, :networking => { :interfaces => { :internal_ipv4 => { - :interface => "eth0", + :interface => "eth0.2801", :role => :internal, :family => :inet, :address => "10.0.0.12" }, :external_ipv4 => { - :interface => "eth1.2800", + :interface => "eth0.2800", :role => :external, :family => :inet, :address => "193.60.236.20" @@ -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]" )