mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
22 lines
788 B
Plaintext
22 lines
788 B
Plaintext
# The address of the interface to bind to
|
|
#interface: 0.0.0.0
|
|
# The port used by the publisher
|
|
#publish_port: 4505
|
|
# The number of worker threads to start
|
|
#worker_threads: 5
|
|
# The port used by the communication interface
|
|
#ret_port: 4506
|
|
# The number of threads used by the local communicator
|
|
#local_threads: 5
|
|
# The port that the local command listener uses
|
|
#local_port: 4507
|
|
# Directory used to store public key data
|
|
#pki_dir: /etc/salt/pki
|
|
# Directory to store job and cache data
|
|
#cachedir: /var/cache/salt
|
|
# Enable "open mode", this mode still maintains encryption, but turns off
|
|
# authentication, this is only intended for highly secure environments or for
|
|
# the situation where your keys end up in a bad state. If you run in open more
|
|
# you do so at your own risk!
|
|
#open_mode: False
|