]> git.openstreetmap.org Git - chef.git/blob - roles/dulcy.rb
Add role for dulcy
[chef.git] / roles / dulcy.rb
1 name "dulcy"
2 description "Master role applied to dulcy
3 "
4
5 default_attributes(
6   :networking => {
7     :interfaces => {
8       :external_ipv4 => {
9         :interface => "p18p1",
10         :role => :external,
11         :family => :inet,
12         :address => "193.63.75.109",
13         :hwaddress => "0c:c4:7a:66:96:d2"
14       },
15       :external_ipv6 => {
16         :interface => "p18p1",
17         :role => :external,
18         :family => :inet6,
19         :address => "2001:630:12:500:ec4:7aff:fe66:96d2"
20       }
21     }
22   }
23 )
24
25 run_list(
26   "role[ic]"
27 )