X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/dbfe66d5c438af1b566ace0704631f40ae7cc050..344abf5bde22aa66aa0411b15967f1c60d96db0b:/roles/sarel.rb diff --git a/roles/sarel.rb b/roles/sarel.rb index daef981c0..69cb50dd2 100644 --- a/roles/sarel.rb +++ b/roles/sarel.rb @@ -2,25 +2,36 @@ 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 => { - :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.168.97" + :address => "193.60.236.20" } } } ) run_list( - "role[ucl-wates]", - "role[yournavigation]" + "role[ucl]", + "role[hp-g5]", + "role[yournavigation]", + "role[chef-server]", + "role[chef-repository]", + "recipe[git::server]", + "recipe[serverinfo]" )