123456789101112131415161718192021222324252627282930313233 |
- .. _configuration-file-examples:
- ===========================
- Configuration file examples
- ===========================
- .. _configuration-examples-master:
- .. contents::
- :local:
- :depth: 1
- Example master configuration file
- =================================
- .. literalinclude:: ../../../conf/master
- :language: yaml
- .. _configuration-examples-minion:
- Example minion configuration file
- =================================
- .. literalinclude:: ../../../conf/minion
- :language: yaml
- .. _configuration-examples-proxy:
- Example proxy minion configuration file
- =======================================
- .. literalinclude:: ../../../conf/proxy
- :language: yaml
|