]> git.openstreetmap.org Git - chef.git/blob - roles/grindtooth.rb
Merge interface families
[chef.git] / roles / grindtooth.rb
1 name "grindtooth"
2 description "Master role applied to grindtooth"
3
4 default_attributes(
5   :networking => {
6     :interfaces => {
7       :internal => {
8         :interface => "enp3s0f0.2801",
9         :role => :internal,
10         :inet => {
11           :address => "10.0.0.19"
12         }
13       },
14       :external => {
15         :interface => "enp3s0f0.2800",
16         :role => :external,
17         :inet => {
18           :address => "193.60.236.15"
19         }
20       }
21     }
22   }
23 )
24
25 run_list(
26   "role[ucl]",
27   "role[taginfo]"
28 )