projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
053f9a0
)
Enable munin monitoring for Grifon machines
author
Tom Hughes
<tom@compton.nu>
Fri, 4 Jan 2019 16:27:18 +0000
(16:27 +0000)
committer
Tom Hughes
<tom@compton.nu>
Fri, 4 Jan 2019 16:27:18 +0000
(16:27 +0000)
roles/grifon.rb
patch
|
blob
|
history
diff --git
a/roles/grifon.rb
b/roles/grifon.rb
index 322c4fca59aaab2f646401e7973ed8caeba1e34c..04c43ec17fbd9c5e6733da01b9ee463b399c61b5 100644
(file)
--- a/
roles/grifon.rb
+++ b/
roles/grifon.rb
@@
-15,6
+15,20
@@
default_attributes(
:allow => ["2a00:5884::8"]
},
:networking => {
+ :firewall => {
+ :inet6 => [
+ {
+ :action => "ACCEPT",
+ :source => "net:[2a00:5884::7]",
+ :dest => "fw",
+ :proto => "tcp",
+ :dest_ports => "munin",
+ :source_ports => "1024:",
+ :rate_limit => "-",
+ :connection_limit => "-"
+ }
+ ]
+ },
:nameservers => ["2a00:5884::7", "8.8.8.8", "8.8.4.4"],
:roles => {
:external => {