summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/ansible-doc/notjsonfile.output
blob: a73b1a9807499e37eb287a48fd7436add97d3084 (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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
{
    "testns.testcol.notjsonfile": {
        "doc": {
            "author": "Ansible Core (@ansible-core)",
            "cache": "notjsonfile",
            "collection": "testns.testcol",
            "description": [
                "This cache uses JSON formatted, per host, files saved to the filesystem."
            ],
            "filename": "./collections/ansible_collections/testns/testcol/plugins/cache/notjsonfile.py",
            "options": {
                "_prefix": {
                    "deprecated": {
                        "alternative": "none",
                        "collection_name": "testns.testcol",
                        "removed_at_date": "2050-01-01",
                        "why": "Another test deprecation"
                    },
                    "description": "User defined prefix to use when creating the JSON files",
                    "env": [
                        {
                            "name": "ANSIBLE_CACHE_PLUGIN_PREFIX",
                            "version_added": "1.1.0",
                            "version_added_collection": "testns.testcol"
                        }
                    ],
                    "ini": [
                        {
                            "key": "fact_caching_prefix",
                            "section": "defaults"
                        }
                    ]
                },
                "_timeout": {
                    "default": 86400,
                    "description": "Expiration timeout for the cache plugin data",
                    "env": [
                        {
                            "name": "ANSIBLE_CACHE_PLUGIN_TIMEOUT"
                        }
                    ],
                    "ini": [
                        {
                            "key": "fact_caching_timeout",
                            "section": "defaults"
                        }
                    ],
                    "type": "integer",
                    "vars": [
                        {
                            "deprecated": {
                                "alternative": "do not use a variable",
                                "collection_name": "testns.testcol",
                                "version": "3.0.0",
                                "why": "Test deprecation"
                            },
                            "name": "notsjonfile_fact_caching_timeout",
                            "version_added": "1.5.0",
                            "version_added_collection": "testns.testcol"
                        }
                    ]
                },
                "_uri": {
                    "description": [
                        "Path in which the cache plugin will save the JSON files"
                    ],
                    "env": [
                        {
                            "name": "ANSIBLE_CACHE_PLUGIN_CONNECTION",
                            "version_added": "1.2.0",
                            "version_added_collection": "testns.testcol"
                        }
                    ],
                    "ini": [
                        {
                            "deprecated": {
                                "alternative": "none",
                                "collection_name": "testns.testcol",
                                "version": "2.0.0",
                                "why": "Test deprecation"
                            },
                            "key": "fact_caching_connection",
                            "section": "defaults"
                        }
                    ],
                    "required": true
                },
                "testcol2depr": {
                    "deprecated": {
                        "alternative": "none",
                        "collection_name": "testns.testcol2",
                        "version": "2.0.0",
                        "why": "Test option deprecation"
                    },
                    "description": [
                        "A plugin option taken from testcol2 that is deprecated"
                    ],
                    "type": "str"
                },
                "testcol2option": {
                    "description": [
                        "A plugin option taken from testcol2"
                    ],
                    "env": [
                        {
                            "deprecated": {
                                "alternative": "none",
                                "collection_name": "testns.testcol2",
                                "removed_at_date": "2020-01-31",
                                "why": "Test deprecation"
                            },
                            "name": "FOO_BAR",
                            "version_added": "1.2.0",
                            "version_added_collection": "testns.testcol2"
                        }
                    ],
                    "ini": [
                        {
                            "deprecated": {
                                "alternative": "none",
                                "collection_name": "testns.testcol2",
                                "version": "3.0.0",
                                "why": "Test deprecation"
                            },
                            "key": "foo",
                            "section": "bar",
                            "version_added": "1.1.0",
                            "version_added_collection": "testns.testcol2"
                        }
                    ],
                    "type": "str",
                    "vars": [
                        {
                            "deprecated": {
                                "alternative": "none",
                                "collection_name": "testns.testcol2",
                                "removed_at_date": "2040-12-31",
                                "why": "Test deprecation"
                            },
                            "name": "foobar",
                            "version_added": "1.3.0",
                            "version_added_collection": "testns.testcol2"
                        }
                    ],
                    "version_added": "1.0.0",
                    "version_added_collection": "testns.testcol2"
                }
            },
            "short_description": "JSON formatted files.",
            "version_added": "0.7.0",
            "version_added_collection": "testns.testcol"
        },
        "examples": null,
        "metadata": null,
        "return": null
    }
}