mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +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
|
Project: phoenix
|
||||||
Description: production DMZ
|
Description: production DMZ
|
||||||
ingress: [
|
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
|
# port from, port to
|
||||||
[100, 'tcp', 'allow', '0.0.0.0/0', null, null, 22, 22],
|
[100, 'tcp', 'allow', '0.0.0.0/0', null, null, 22, 22],
|
||||||
[200, 'tcp', 'allow', '0.0.0.0/0', null, null, 80, 80],
|
[200, 'tcp', 'allow', '0.0.0.0/0', null, null, 80, 80],
|
||||||
|
|||||||
Reference in New Issue
Block a user