Delete client.cfg
This commit is contained in:
39
client.cfg
39
client.cfg
@@ -1,39 +0,0 @@
|
||||
main_collective = mcollective
|
||||
collectives = mcollective
|
||||
libdir = /usr/share/mcollective/plugins
|
||||
logger_type = console
|
||||
loglevel = warn
|
||||
|
||||
# Plugins
|
||||
securityprovider = ssl
|
||||
plugin.ssl_server_public = /server_public.pem
|
||||
|
||||
connector = rabbitmq
|
||||
direct_addressing = 1
|
||||
|
||||
plugin.rabbitmq.use_reply_exchange = true
|
||||
plugin.rabbitmq.vhost = /mcollective
|
||||
|
||||
plugin.rabbitmq.pool.size = 1
|
||||
plugin.rabbitmq.pool.1.host = triumph.jellybean.sihnon.net
|
||||
plugin.rabbitmq.pool.1.port = 61614
|
||||
plugin.rabbitmq.pool.1.ssl = 1
|
||||
plugin.rabbitmq.pool.1.ssl.ca = /root/ca.pem
|
||||
plugin.rabbitmq.pool.1.ssl.fallback = 1
|
||||
|
||||
plugin.rabbitmq.pool.2.host = georgia.sihnon.net
|
||||
plugin.rabbitmq.pool.2.port = 61614
|
||||
plugin.rabbitmq.pool.2.ssl = 1
|
||||
plugin.rabbitmq.pool.2.ssl.ca = /root/ca.pem
|
||||
plugin.rabbitmq.pool.2.ssl.fallback = 1
|
||||
|
||||
# Discovery
|
||||
|
||||
default_discovery_method = mc
|
||||
direct_addressing_threshold = 10
|
||||
ttl = 60
|
||||
|
||||
# Misc
|
||||
|
||||
color = 1
|
||||
rpclimitmethod = first
|
||||
Reference in New Issue
Block a user