X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/d8a807d2d3fa09bb14484e03e193c0b37da26daa..2a3be76929b0a86a7cf206c3aef5151dfa2c2e5d:/roles/sarel.rb diff --git a/roles/sarel.rb b/roles/sarel.rb index 26f845b90..cc9a3fd12 100644 --- a/roles/sarel.rb +++ b/roles/sarel.rb @@ -2,26 +2,36 @@ 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", + :interface => "eth0.2800", :role => :external, :family => :inet, - :address => "128.40.45.206" + :address => "193.60.236.20" } } } ) run_list( - "role[ucl-wolfson]", + "role[ucl]", "role[hp-g5]", - "role[yournavigation]" + "role[chef-server]", + "role[chef-repository]", + "role[letsencrypt]", + "role[git]", + "role[dns]", + "recipe[serverinfo]" )