We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3b986b commit d0b85c7Copy full SHA for d0b85c7
2 files changed
pillar/ufw/standard.sls
@@ -6,7 +6,7 @@ ufw:
6
proto: tcp
7
from:
8
{{ vars["Office_And_VPN"] }}
9
- to_port: 22,80,443,19999
+ to_port: 22,80,443
10
standard_ssh_backup_servers:
11
12
pillar/ufw_simple/standard.sls
@@ -4,11 +4,6 @@ ufw_simple:
4
enabled: True
5
logging: 'off'
allow:
- netdata_1:
- proto: 'tcp'
- from:
- {{ vars['Office_And_VPN'] }}
- to_port: '19999'
ssh_1:
13
proto: 'tcp'
14
@@ -21,11 +16,6 @@ ufw_simple:
21
16
to_port: '22'
22
17
delete:
23
18
24
25
26
27
- {{ vars['Delete_Office_And_VPN'] }}
28
29
19
30
20
31
0 commit comments