projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
49a1ff4c94edd74717744ac031d98a30412dab50
[chef.git]
/
roles
/
firefishynet.rb
1
name "firefishynet"
2
description "Role applied to all servers at Firefishy"
3
4
default_attributes(
5
:networking => {
6
:nameservers => [ "8.8.8.8", "8.8.4.4" ],
7
:roles => {
8
:external => {
9
:zone => "ff"
10
}
11
}
12
}
13
)
14
15
run_list(
16
"role[gb]"
17
)