Manage common firewalld rules
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
parent
e62080ae5b
commit
e395f7f0a3
@ -11,6 +11,14 @@ 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:
|
||||
|
@ -30,3 +30,8 @@ sshd_config:
|
||||
Subsystem: sftp /usr/lib/ssh/sftp-server
|
||||
Banner: /etc/ssh/banner
|
||||
|
||||
firewalld:
|
||||
zones:
|
||||
internal:
|
||||
services:
|
||||
- ssh
|
||||
|
Loading…
Reference in New Issue
Block a user