]> git.openstreetmap.org Git - chef.git/blob - roles/thorn-01.rb
Move thorn-01 back to ramoth
[chef.git] / roles / thorn-01.rb
1 name "thorn-01"
2 description "Master role applied to thorn-01"
3
4 default_attributes(
5   :networking => {
6     :interfaces => {
7       :internal_ipv4 => {
8         :interface => "eth0",
9         :role => :internal,
10         :family => :inet,
11         :address => "146.179.159.165"
12       }
13     }
14   },
15   :web => {
16     :readonly_database_host => "db-slave"
17   }
18 )
19
20 run_list(
21   "role[ic]",
22   "role[hp-g5]",
23   "role[web-backend]"
24 )