summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/ansible-doc/test_docs_yaml_anchors.output
blob: 5eb2eee2be339d2289485ee082654fa955b700e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
        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: