Advertisement
Guest User

Untitled

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