X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/b88d6ea0fa7181ba138ef249a9a4aac0ce77c8a3..b3ee7b1035952ca54061e6cc5c058805101b4cce:/roles/sarel.rb diff --git a/roles/sarel.rb b/roles/sarel.rb index d5a1b5fac..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 => "eth1", + :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]" )