Guest User

Untitled

a guest
Dec 11th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. topicprefix = /topic/
  2. main_collective = mcollective
  3. collectives = mcollective
  4. libdir = /usr/libexec/mcollective
  5. logfile = /var/log/mcollective.log
  6. loglevel = info
  7. daemonize = 1
  8.  
  9. # Plugins
  10. #securityprovider = psk
  11. plugin.psk = unset
  12.  
  13. securityprovider = sshkey
  14. plugin.sshkey = /etc/ssh/ssh_host_rsa_key
  15.  
  16. connector = stomp
  17. plugin.stomp.host = mcollective.labs.xxx.com
  18. plugin.stomp.port = 61613
  19. plugin.stomp.user = xxx
  20. plugin.stomp.password = xxx
  21.  
  22. # Facts
  23. factsource = yaml
  24. plugin.yaml = /etc/mcollective/facts.yaml
Add Comment
Please, Sign In to add comment