Advertisement
Guest User

Untitled

a guest
Jul 19th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. topicprefix = /topic/mcollective
  2. libdir = /usr/share/mcollective/plugins
  3. logfile = /var/log/mcollective.log
  4. loglevel = debug
  5. daemonize = 1
  6.  
  7. # Plugins
  8. #securityprovider = psk
  9. #plugin.psk = unset
  10. securityprovider = ssl
  11. plugin.ssl_server_private = /etc/mcollective/ssl/server-private.pem
  12. plugin.ssl_server_public = /etc/mcollective/ssl/server-public.pem
  13. plugin.ssl_client_cert_dir = /etc/mcollective/ssl/clients/
  14. plugins.ssl_serializer = yaml
  15.  
  16. connector = stomp
  17. plugin.stomp.host = SERVER_FQDN
  18. plugin.stomp.port = 61613
  19. plugin.stomp.user = mcollective
  20. plugin.stomp.password = PASSWORD
  21.  
  22. # Facts
  23. factsource = yaml
  24. plugin.yaml = /etc/mcollective/facts.yaml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement