salt.master: add Salt API configuration

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
Georg Pfuetzenreuter 2023-01-27 19:25:21 +01:00
parent 950b308546
commit 85bfe2cac4
Signed by: Georg
GPG Key ID: 1ED2F138E7E6FF57
2 changed files with 5 additions and 0 deletions

View File

@ -63,3 +63,7 @@ salt:
syndic_user: ${'secret_salt:master:syndic_user'}
cache.redis.unix_socket_path: ${'secret_salt:master:cache.redis.unix_socket_path'}
cache.redis.password: ${'secret_salt:master:cache.redis.password'}
rest_tornado:
port: 4550
ssl_crt: ${'secret_salt:master:rest_tornado:ssl_crt'}
ssl_key: ${'secret_salt:master:rest_tornado:ssl_key'}

View File

@ -1,2 +1,3 @@
include:
- profile.salt.master
- salt.api