]> git.openstreetmap.org Git - chef.git/blob - roles/tiamat-11.rb
Update yevaud to postgresql 9.6 and carto v4.0.0
[chef.git] / roles / tiamat-11.rb
1 name "tiamat-11"
2 description "Master role applied to tiamat-11"
3
4 default_attributes(
5   :networking => {
6     :interfaces => {
7       :internal_ipv4 => {
8         :interface => "enp1s0.2801",
9         :role => :internal,
10         :family => :inet,
11         :address => "10.0.0.45"
12       },
13       :external_ipv4 => {
14         :interface => "enp1s0.2800",
15         :role => :external,
16         :family => :inet,
17         :address => "193.60.236.45"
18       }
19     }
20   },
21   :hardware => {
22     :watchdog => "w83627hf_wdt"
23   }
24 )
25
26 run_list(
27   "role[ucl]"
28 )