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.
43 lines
1.4 KiB
Plaintext
43 lines
1.4 KiB
Plaintext
{
|
|
"testns.testcol.noop_vars_plugin": {
|
|
"doc": {
|
|
"collection": "testns.testcol",
|
|
"deprecated": {
|
|
"alternative": "Use some other module",
|
|
"removed_from_collection": "testns.testcol2",
|
|
"removed_in": "3.0.0",
|
|
"why": "Test deprecation"
|
|
},
|
|
"description": "don't test loading host and group vars from a collection",
|
|
"filename": "./collections/ansible_collections/testns/testcol/plugins/vars/noop_vars_plugin.py",
|
|
"options": {
|
|
"stage": {
|
|
"choices": [
|
|
"all",
|
|
"inventory",
|
|
"task"
|
|
],
|
|
"default": "all",
|
|
"env": [
|
|
{
|
|
"name": "ANSIBLE_VARS_PLUGIN_STAGE"
|
|
}
|
|
],
|
|
"ini": [
|
|
{
|
|
"key": "stage",
|
|
"section": "testns.testcol.noop_vars_plugin"
|
|
}
|
|
],
|
|
"type": "str"
|
|
}
|
|
},
|
|
"short_description": "Do NOT load host and group vars",
|
|
"vars": "noop_vars_plugin"
|
|
},
|
|
"examples": null,
|
|
"metadata": null,
|
|
"return": null
|
|
}
|
|
}
|