projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
6e5a4e1
)
Drop idris role
author
Tom Hughes
<tom@compton.nu>
Thu, 8 Dec 2016 10:41:49 +0000
(10:41 +0000)
committer
Tom Hughes
<tom@compton.nu>
Thu, 8 Dec 2016 10:41:49 +0000
(10:41 +0000)
roles/idris.rb
[deleted file]
patch
|
blob
|
history
diff --git
a/roles/idris.rb
b/roles/idris.rb
deleted file mode 100644
(file)
index
372aba8
..0000000
--- a/
roles/idris.rb
+++ /dev/null
@@
-1,26
+0,0 @@
-name "idris"
-description "Master role applied to idris"
-
-default_attributes(
- :networking => {
- :interfaces => {
- :internal_ipv4 => {
- :interface => "eth0",
- :role => :internal,
- :family => :inet,
- :address => "10.0.0.4"
- },
- :external_ipv4 => {
- :interface => "eth1",
- :role => :external,
- :family => :inet,
- :address => "128.40.45.200"
- }
- }
- }
-)
-
-run_list(
- "role[ucl-wolfson]",
- "role[hp-g5]"
-)