mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
25 lines
896 B
Plaintext
25 lines
896 B
Plaintext
# Set the location of the salt master server
|
|
#master: mcp
|
|
# Set the post used by the master reply and autnentication server
|
|
#master_port: 4506
|
|
# The directory to store the pki information in
|
|
#pki_dir: /etc/salt/pki
|
|
# Explicitly declare the hostname rather than detecting it
|
|
#hostname:
|
|
# Where cace data goes
|
|
#cachedir: /var/cache/salt
|
|
# Disable specific modules, this will allow the admin to limit the level os
|
|
# access the master has to the minion
|
|
#disable_modules: [cmd,test]
|
|
# 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
|
|
# Logging information:
|
|
#log_file: /var/log/salt/master
|
|
#log_level: WARNING
|
|
# The log level for posting to the terminal
|
|
#out_level: ERROR
|
|
|