mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
fixed version
This commit is contained in:
parent
bd05c653fd
commit
2f3ca66fbf
1 changed files with 2 additions and 2 deletions
|
@ -143,7 +143,7 @@ EXAMPLES = '''
|
||||||
vpc_id: 12345
|
vpc_id: 12345
|
||||||
region: eu-west-1a
|
region: eu-west-1a
|
||||||
rules:
|
rules:
|
||||||
# 'ports' rule keyword was introduced in version 2.3. It accepts a single port value or a list of values including ranges (from_port-to_port).
|
# 'ports' rule keyword was introduced in version 2.4. It accepts a single port value or a list of values including ranges (from_port-to_port).
|
||||||
- proto: tcp
|
- proto: tcp
|
||||||
ports: 22
|
ports: 22
|
||||||
group_name: example-vpn
|
group_name: example-vpn
|
||||||
|
@ -153,7 +153,7 @@ EXAMPLES = '''
|
||||||
- 443
|
- 443
|
||||||
- 8080-8099
|
- 8080-8099
|
||||||
cidr_ip: 0.0.0.0/0
|
cidr_ip: 0.0.0.0/0
|
||||||
# Rule sources list support was added in version 2.3. This allows to define multiple sources per source type as well as multiple source types per rule.
|
# Rule sources list support was added in version 2.4. This allows to define multiple sources per source type as well as multiple source types per rule.
|
||||||
- proto: tcp
|
- proto: tcp
|
||||||
ports:
|
ports:
|
||||||
- 6379
|
- 6379
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue