mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 16:23:10 +00:00
Reversed orser of icmp_type and icmp_code per bug 36378 (#36380)
This commit is contained in:
@@ -84,7 +84,7 @@ EXAMPLES = '''
|
||||
Project: phoenix
|
||||
Description: production DMZ
|
||||
ingress: [
|
||||
# rule no, protocol, allow/deny, cidr, icmp_code, icmp_type,
|
||||
# rule no, protocol, allow/deny, cidr, icmp_type, icmp_code,
|
||||
# port from, port to
|
||||
[100, 'tcp', 'allow', '0.0.0.0/0', null, null, 22, 22],
|
||||
[200, 'tcp', 'allow', '0.0.0.0/0', null, null, 80, 80],
|
||||
|
||||
Reference in New Issue
Block a user