projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43579f6
)
Add noquiklos role
author
Grant Slater
<git@firefishy.com>
Fri, 27 Sep 2013 23:47:14 +0000
(
00:47
+0100)
committer
Grant Slater
<git@firefishy.com>
Fri, 27 Sep 2013 23:47:14 +0000
(
00:47
+0100)
roles/noquiklos.rb
[new file with mode: 0644]
patch
|
blob
diff --git a/roles/noquiklos.rb
b/roles/noquiklos.rb
new file mode 100644
(file)
index 0000000..
0cf85aa
--- /dev/null
+++ b/
roles/noquiklos.rb
@@ -0,0
+1,19
@@
+name "noquiklos"
+description "Master role applied to noquiklos"
+
+default_attributes(
+ :networking => {
+ :interfaces => {
+ :internal_ipv4 => {
+ :interface => "eth0",
+ :role => :internal,
+ :family => :inet,
+ :address => "10.89.121.98"
+ }
+ }
+ }
+)
+
+run_list(
+ "role[firefishynet]"
+)