projects
/
chef.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
imagery: fix volume mount
[chef.git]
/
roles
/
ascalon.rb
diff --git
a/roles/ascalon.rb
b/roles/ascalon.rb
index b27b9e0870302911bc52511ea505ab6e43e38101..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 => "eth0",
- :role => :internal,
- :family => :inet,
- :address => "10.0.0.18"
+ :external => {
+ :interface => "eno1",
+ :role => :external,
+ :inet => {
+ :address => "184.107.48.228",
+ :prefix => "27",
+ :gateway => "184.107.48.225"
+ }
}
}
}
}
- },
- :accounts => {
- :users => {
- :emacsen => { :status => :administrator }
- }
}
)
run_list(
}
)
run_list(
- "role[ucl-wates]",
- "role[roundup]"
+ "role[netalerts]"
)
)