Compare commits
No commits in common. "45b53f83926cbae98a5709458eab2fc700a4bab1" and "4ece021122a97dab684ae8ffdd31d0edfe80c47f" have entirely different histories.
45b53f8392
...
4ece021122
@ -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']}, 'pillar_merge_lists': True}
|
configdata = {'file_roots': {'production': ['/srv/salt']}}
|
||||||
grainsdata = {'roles': roles}
|
grainsdata = {'roles': roles}
|
||||||
|
|
||||||
with open(grainsfile, mode='w') as grainsfh:
|
with open(grainsfile, mode='w') as grainsfh:
|
||||||
|
@ -11,14 +11,6 @@ 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,8 +30,3 @@ 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,13 +79,3 @@ 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,5 +1,4 @@
|
|||||||
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