Compare commits

..

No commits in common. "45b53f83926cbae98a5709458eab2fc700a4bab1" and "4ece021122a97dab684ae8ffdd31d0edfe80c47f" have entirely different histories.

5 changed files with 1 additions and 25 deletions

View File

@ -15,7 +15,7 @@ mypwd = os.getcwd()
formulasfile = 'formulas.yaml'
formulasdir = '/srv/formulas'
configdata = {'file_roots': {'production': ['/srv/salt']}, 'pillar_merge_lists': True}
configdata = {'file_roots': {'production': ['/srv/salt']}}
grainsdata = {'roles': roles}
with open(grainsfile, mode='w') as grainsfh:

View File

@ -11,14 +11,6 @@ managed_header_pound: |
{%- if grains['os'] == 'SUSE' %}
zypper:
refreshdb_force: False
firewalld:
zones:
internal:
ports:
- comment: node_exporter
port: 9200
protocol: tcp
{%- endif %}
mine_functions:

View File

@ -30,8 +30,3 @@ sshd_config:
Subsystem: sftp /usr/lib/ssh/sftp-server
Banner: /etc/ssh/banner
firewalld:
zones:
internal:
services:
- ssh

View File

@ -79,13 +79,3 @@ 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

View File

@ -1,5 +1,4 @@
include:
- firewalld
- profile.seccheck
- profile.zypp
- profile.node_exporter