salt.master: add firewalld rules
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
parent
e395f7f0a3
commit
45b53f8392
@ -79,3 +79,13 @@ salt:
|
||||
auth.ldap.binddn: ${'secret_salt:master:auth.ldap.binddn'}
|
||||
auth.ldap.bindpw: ${'secret_salt:master:auth.ldap.bindpw'}
|
||||
auth.ldap.filter: ${'secret_salt:master:auth.ldap.filter'}
|
||||
|
||||
firewalld:
|
||||
zones:
|
||||
internal:
|
||||
services:
|
||||
- salt-master
|
||||
ports:
|
||||
- comment: salt-api
|
||||
port: 4550
|
||||
protocol: tcp
|
||||
|
Loading…
Reference in New Issue
Block a user