1
0

examples.rst 670 B

123456789101112131415161718192021222324252627282930313233
  1. .. _configuration-file-examples:
  2. ===========================
  3. Configuration file examples
  4. ===========================
  5. .. _configuration-examples-master:
  6. .. contents::
  7. :local:
  8. :depth: 1
  9. Example master configuration file
  10. =================================
  11. .. literalinclude:: ../../../conf/master
  12. :language: yaml
  13. .. _configuration-examples-minion:
  14. Example minion configuration file
  15. =================================
  16. .. literalinclude:: ../../../conf/minion
  17. :language: yaml
  18. .. _configuration-examples-proxy:
  19. Example proxy minion configuration file
  20. =======================================
  21. .. literalinclude:: ../../../conf/proxy
  22. :language: yaml