projects
/
chef.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Drop role for gorwen
[chef.git]
/
roles
/
ascalon.rb
diff --git
a/roles/ascalon.rb
b/roles/ascalon.rb
index bc2bac6f236a1b7842659001105fe4cbfe4c0726..b00e22c5f5f3cc84a925cf0480ead1ff66a10521 100644
(file)
--- a/
roles/ascalon.rb
+++ b/
roles/ascalon.rb
@@
-4,22
+4,19
@@
description "Master role applied to ascalon"
default_attributes(
:networking => {
:interfaces => {
default_attributes(
:networking => {
:interfaces => {
- :
internal_ipv4
=> {
- :interface => "e
th
1",
+ :
external
=> {
+ :interface => "e
no
1",
:role => :external,
:role => :external,
- :family => :inet,
- :address => "128.40.45.193"
+ :inet => {
+ :address => "184.107.48.228",
+ :prefix => "27",
+ :gateway => "184.107.48.225"
+ }
}
}
}
}
- },
- :accounts => {
- :users => {
- :emacsen => { :status => :administrator }
- }
}
)
run_list(
}
)
run_list(
- "role[ucl-wolfson]",
- "role[roundup]"
+ "role[netalerts]"
)
)