Compare commits
4 Commits
4ece021122
...
45b53f8392
Author | SHA1 | Date | |
---|---|---|---|
45b53f8392 | |||
e395f7f0a3 | |||
e62080ae5b | |||
1660fb099e |
@ -15,7 +15,7 @@ mypwd = os.getcwd()
|
|||||||
formulasfile = 'formulas.yaml'
|
formulasfile = 'formulas.yaml'
|
||||||
formulasdir = '/srv/formulas'
|
formulasdir = '/srv/formulas'
|
||||||
|
|
||||||
configdata = {'file_roots': {'production': ['/srv/salt']}}
|
configdata = {'file_roots': {'production': ['/srv/salt']}, 'pillar_merge_lists': True}
|
||||||
grainsdata = {'roles': roles}
|
grainsdata = {'roles': roles}
|
||||||
|
|
||||||
with open(grainsfile, mode='w') as grainsfh:
|
with open(grainsfile, mode='w') as grainsfh:
|
||||||
|
@ -11,6 +11,14 @@ managed_header_pound: |
|
|||||||
{%- if grains['os'] == 'SUSE' %}
|
{%- if grains['os'] == 'SUSE' %}
|
||||||
zypper:
|
zypper:
|
||||||
refreshdb_force: False
|
refreshdb_force: False
|
||||||
|
|
||||||
|
firewalld:
|
||||||
|
zones:
|
||||||
|
internal:
|
||||||
|
ports:
|
||||||
|
- comment: node_exporter
|
||||||
|
port: 9200
|
||||||
|
protocol: tcp
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
mine_functions:
|
mine_functions:
|
||||||
|
@ -30,3 +30,8 @@ sshd_config:
|
|||||||
Subsystem: sftp /usr/lib/ssh/sftp-server
|
Subsystem: sftp /usr/lib/ssh/sftp-server
|
||||||
Banner: /etc/ssh/banner
|
Banner: /etc/ssh/banner
|
||||||
|
|
||||||
|
firewalld:
|
||||||
|
zones:
|
||||||
|
internal:
|
||||||
|
services:
|
||||||
|
- ssh
|
||||||
|
@ -79,3 +79,13 @@ salt:
|
|||||||
auth.ldap.binddn: ${'secret_salt:master:auth.ldap.binddn'}
|
auth.ldap.binddn: ${'secret_salt:master:auth.ldap.binddn'}
|
||||||
auth.ldap.bindpw: ${'secret_salt:master:auth.ldap.bindpw'}
|
auth.ldap.bindpw: ${'secret_salt:master:auth.ldap.bindpw'}
|
||||||
auth.ldap.filter: ${'secret_salt:master:auth.ldap.filter'}
|
auth.ldap.filter: ${'secret_salt:master:auth.ldap.filter'}
|
||||||
|
|
||||||
|
firewalld:
|
||||||
|
zones:
|
||||||
|
internal:
|
||||||
|
services:
|
||||||
|
- salt-master
|
||||||
|
ports:
|
||||||
|
- comment: salt-api
|
||||||
|
port: 4550
|
||||||
|
protocol: tcp
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
include:
|
include:
|
||||||
|
- firewalld
|
||||||
- profile.seccheck
|
- profile.seccheck
|
||||||
- profile.zypp
|
- profile.zypp
|
||||||
- profile.node_exporter
|
- profile.node_exporter
|
||||||
|
Loading…
x
Reference in New Issue
Block a user