syndic_master 676 B

12345678910111213141516171819202122232425262728293031
  1. # Master Settings
  2. # This is the Master of Masters
  3. id: syndic_master
  4. interface: 127.0.0.1
  5. publish_port: 54505
  6. ret_port: 54506
  7. worker_threads: 3
  8. pidfile: syndic_master.pid
  9. sock_dir: syndic_master_sock
  10. timeout: 10
  11. open_mode: True
  12. fileserver_list_cache_time: 0
  13. pillar_opts: True
  14. log_file: syndic_master.log
  15. log_level_logfile: debug
  16. # These settings needed for tests on Windows which defaults
  17. # to ipc_mode: tcp
  18. tcp_master_pub_port: 54512
  19. tcp_master_pull_port: 54513
  20. tcp_master_publish_pull: 54514
  21. tcp_master_workers: 54515
  22. # Syndic Settings
  23. order_masters: True
  24. # enable using ssh minions and regular minions
  25. enable_ssh_minions: True
  26. ignore_host_keys: True
  27. zmq_filtering: True