]> git.openstreetmap.org Git - chef.git/blob - roles/ouroboros.rb
dev: Mitigate env HTTP_PROXY via cgi proxy header
[chef.git] / roles / ouroboros.rb
1 name "ouroboros"
2 description "Master role applied to ouroboros"
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.172",
12         :hwaddress => "00:23:7d:ea:81:38"
13       },
14       :external_ipv4 => {
15         :interface => "eth1",
16         :role => :external,
17         :family => :inet,
18         :address => "193.63.75.106",
19         :hwaddress => "00:23:7d:ea:81:3a"
20       },
21       :external_ipv6 => {
22         :interface => "eth1",
23         :role => :external,
24         :family => :inet6,
25         :address => "2001:630:12:500:223:7dff:feea:813a"
26       }
27     }
28   }
29 )
30
31 run_list(
32   "role[ic]",
33   "role[hp-dl360-g6]",
34   "role[wiki]"
35 )