mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
698 B
Plaintext
50 lines
698 B
Plaintext
> TEST_DOCS_YAML_ANCHORS (library/test_docs_yaml_anchors.py)
|
|
|
|
Test module
|
|
|
|
OPTIONS (= is mandatory):
|
|
|
|
- at_the_top
|
|
Short desc
|
|
[Default: some string]
|
|
type: str
|
|
|
|
- egress
|
|
Egress firewall rules
|
|
[Default: (null)]
|
|
elements: dict
|
|
type: list
|
|
|
|
SUBOPTIONS:
|
|
|
|
= port
|
|
Rule port
|
|
|
|
type: int
|
|
|
|
- ingress
|
|
Ingress firewall rules
|
|
[Default: (null)]
|
|
elements: dict
|
|
type: list
|
|
|
|
SUBOPTIONS:
|
|
|
|
= port
|
|
Rule port
|
|
|
|
type: int
|
|
|
|
- last_one
|
|
Short desc
|
|
[Default: some string]
|
|
type: str
|
|
|
|
|
|
AUTHOR: Ansible Core Team
|
|
|
|
EXAMPLES:
|
|
|
|
|
|
|