Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ucegg
ansible
Commits
db09931b
Commit
db09931b
authored
May 06, 2019
by
julian.gethmann
Browse files
Delete old IP range from Pelegant rules
parent
f0fe3bc3
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/elegant/tasks/blas.yml
View file @
db09931b
...
...
@@ -18,7 +18,7 @@
firewalld
:
state
:
enabled
permanent
:
true
rich_rule
:
'
rule
family="ipv4"
source
address="129.13.
108.96
/2
7
"
port
port="10000-10100"
protocol="tcp"
accept'
rich_rule
:
'
rule
family="ipv4"
source
address="129.13.
238.64
/2
4
"
port
port="10000-10100"
protocol="tcp"
accept'
notify
:
-
reload firewall
-
restart firewall
...
...
@@ -27,9 +27,9 @@
-
name
:
Pelegant open ports
become
:
yes
firewalld
:
state
:
en
abled
state
:
dis
abled
permanent
:
true
rich_rule
:
'
rule
family="ipv4"
source
address="129.13.
23
8.64/24"
port
port="10000-10100"
protocol="tcp"
accept'
rich_rule
:
'
rule
family="ipv4"
source
address="129.13.
10
8.64/24"
port
port="10000-10100"
protocol="tcp"
accept'
notify
:
-
reload firewall
-
restart firewall
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment