Created
August 29, 2014 17:42
-
-
Save robinbowes/83f4bbcaff42f8c5316e to your computer and use it in GitHub Desktop.
us.nodes perms
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# general settings | |
daemonize = 1 | |
direct_addressing = 1 | |
# ActiveMQ connector settings | |
connector = activemq | |
plugin.activemq.pool.size = 1 | |
plugin.activemq.pool.1.host = 192.168.50.31 | |
plugin.activemq.pool.1.port = 61613 | |
plugin.activemq.pool.1.user = server | |
plugin.activemq.pool.1.password = pGx9LlKXNlomNKRMHDF0Fp8/bfEZ504hNLKs0NGhMwY= | |
plugin.activemq.heartbeat_interval = 30 | |
# How often to send registration messages | |
registerinterval = 600 | |
# Security provider | |
securityprovider = psk | |
plugin.psk = viepfU6beJDdy6D1WfjFgoWWKSvV1tOXfmffnH8vk88= | |
main_collective = mcollective | |
collectives = mcollective,us | |
libdir = /usr/libexec/mcollective | |
logfile = /var/log/mcollective.log | |
loglevel = info | |
# Facts | |
factsource = yaml | |
plugin.yaml = /etc/mcollective/facts.yaml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# general settings | |
daemonize = 1 | |
direct_addressing = 1 | |
# ActiveMQ connector settings | |
connector = activemq | |
plugin.activemq.pool.size = 1 | |
plugin.activemq.pool.1.host = 192.168.50.21 | |
plugin.activemq.pool.1.port = 61613 | |
plugin.activemq.pool.1.user = server | |
plugin.activemq.pool.1.password = pGx9LlKXNlomNKRMHDF0Fp8/bfEZ504hNLKs0NGhMwY= | |
plugin.activemq.heartbeat_interval = 30 | |
# How often to send registration messages | |
registerinterval = 600 | |
# Security provider | |
securityprovider = psk | |
plugin.psk = viepfU6beJDdy6D1WfjFgoWWKSvV1tOXfmffnH8vk88= | |
main_collective = mcollective | |
collectives = mcollective,eu | |
libdir = /usr/libexec/mcollective | |
logfile = /var/log/mcollective.log | |
loglevel = info | |
# Facts | |
factsource = yaml | |
plugin.yaml = /etc/mcollective/facts.yaml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment