1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

More docs cleanup (#7552)

* More docs improvements.

* timezone: mention which versions of AIX are supported.
This commit is contained in:
Felix Fontein 2023-11-22 22:45:28 +01:00 committed by GitHub
parent f87777b9f5
commit 58705d5ac3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
108 changed files with 25 additions and 162 deletions

View file

@ -18,8 +18,6 @@ DOCUMENTATION = '''
short_description: notify using software speech synthesizer short_description: notify using software speech synthesizer
description: description:
- This plugin will use the C(say) or C(espeak) program to "speak" about play events. - This plugin will use the C(say) or C(espeak) program to "speak" about play events.
notes:
- In Ansible 2.8, this callback has been renamed from C(osx_say) into M(community.general.say).
''' '''
import platform import platform

View file

@ -18,7 +18,6 @@ DOCUMENTATION = '''
short_description: Sends play events to a Slack channel short_description: Sends play events to a Slack channel
description: description:
- This is an ansible callback plugin that sends status updates to a Slack channel during playbook execution. - This is an ansible callback plugin that sends status updates to a Slack channel during playbook execution.
- Before Ansible 2.4 only environment variables were available for configuring this plugin.
options: options:
webhook_url: webhook_url:
required: true required: true

View file

@ -16,7 +16,6 @@ DOCUMENTATION = '''
short_description: sends JSON events to syslog short_description: sends JSON events to syslog
description: description:
- This plugin logs ansible-playbook and ansible runs to a syslog server in JSON format. - This plugin logs ansible-playbook and ansible runs to a syslog server in JSON format.
- Before Ansible 2.9 only environment variables were available for configuration.
options: options:
server: server:
description: Syslog server that will receive the event. description: Syslog server that will receive the event.

View file

@ -14,7 +14,6 @@ DOCUMENTATION = '''
- Stefan Heitmüller (@morph027) <stefan.heitmueller@gmx.com> - Stefan Heitmüller (@morph027) <stefan.heitmueller@gmx.com>
short_description: Ansible dynamic inventory plugin for GitLab runners. short_description: Ansible dynamic inventory plugin for GitLab runners.
requirements: requirements:
- python >= 2.7
- python-gitlab > 1.8.0 - python-gitlab > 1.8.0
extends_documentation_fragment: extends_documentation_fragment:
- constructed - constructed

View file

@ -12,7 +12,6 @@ DOCUMENTATION = r'''
- Luke Murphy (@decentral1se) - Luke Murphy (@decentral1se)
short_description: Ansible dynamic inventory plugin for Linode. short_description: Ansible dynamic inventory plugin for Linode.
requirements: requirements:
- python >= 2.7
- linode_api4 >= 2.0.0 - linode_api4 >= 2.0.0
description: description:
- Reads inventories from the Linode API v4. - Reads inventories from the Linode API v4.

View file

@ -54,7 +54,7 @@ EXAMPLES = '''
ansible.builtin.debug: ansible.builtin.debug:
msg: "{{ lookup('community.general.etcd', 'foo', 'bar', 'baz') }}" msg: "{{ lookup('community.general.etcd', 'foo', 'bar', 'baz') }}"
- name: "since Ansible 2.5 you can set server options inline" - name: "you can set server options inline"
ansible.builtin.debug: ansible.builtin.debug:
msg: "{{ lookup('community.general.etcd', 'foo', version='v2', url='http://192.168.0.27:4001') }}" msg: "{{ lookup('community.general.etcd', 'foo', version='v2', url='http://192.168.0.27:4001') }}"
''' '''
@ -62,7 +62,7 @@ EXAMPLES = '''
RETURN = ''' RETURN = '''
_raw: _raw:
description: description:
- list of values associated with input keys - List of values associated with input keys.
type: list type: list
elements: string elements: string
''' '''

View file

@ -253,7 +253,7 @@ options:
author: author:
- "He Guimin (@xiaozhu36)" - "He Guimin (@xiaozhu36)"
requirements: requirements:
- "python >= 3.6" - "Python >= 3.6"
- "footmark >= 1.19.0" - "footmark >= 1.19.0"
extends_documentation_fragment: extends_documentation_fragment:
- community.general.alicloud - community.general.alicloud

View file

@ -31,7 +31,6 @@ short_description: Gather information on instances of Alibaba Cloud ECS
description: description:
- This module fetches data from the Open API in Alicloud. - This module fetches data from the Open API in Alicloud.
The module must be called from within the ECS instance itself. The module must be called from within the ECS instance itself.
- This module was called C(ali_instance_facts) before Ansible 2.9. The usage did not change.
attributes: attributes:
check_mode: check_mode:
@ -61,7 +60,7 @@ options:
author: author:
- "He Guimin (@xiaozhu36)" - "He Guimin (@xiaozhu36)"
requirements: requirements:
- "python >= 3.6" - "Python >= 3.6"
- "footmark >= 1.13.0" - "footmark >= 1.13.0"
extends_documentation_fragment: extends_documentation_fragment:
- community.general.alicloud - community.general.alicloud

View file

@ -36,7 +36,6 @@ options:
format: format:
description: description:
- The type of compression to use. - The type of compression to use.
- Support for xz was added in Ansible 2.5.
type: str type: str
choices: [ bz2, gz, tar, xz, zip ] choices: [ bz2, gz, tar, xz, zip ]
default: gz default: gz

View file

@ -21,7 +21,6 @@ notes:
- Host should support C(atomic) command - Host should support C(atomic) command
requirements: requirements:
- atomic - atomic
- "python >= 2.6"
extends_documentation_fragment: extends_documentation_fragment:
- community.general.attributes - community.general.attributes
attributes: attributes:

View file

@ -21,7 +21,6 @@ notes:
- Host should be an atomic platform (verified by existence of '/run/ostree-booted' file). - Host should be an atomic platform (verified by existence of '/run/ostree-booted' file).
requirements: requirements:
- atomic - atomic
- python >= 2.6
extends_documentation_fragment: extends_documentation_fragment:
- community.general.attributes - community.general.attributes
attributes: attributes:

View file

@ -21,7 +21,6 @@ notes:
- Host should support C(atomic) command. - Host should support C(atomic) command.
requirements: requirements:
- atomic - atomic
- python >= 2.6
extends_documentation_fragment: extends_documentation_fragment:
- community.general.attributes - community.general.attributes
attributes: attributes:

View file

@ -45,8 +45,7 @@ options:
force: force:
description: description:
- If V(true), any modified files in the working - If V(true), any modified files in the working
tree will be discarded. Before Ansible 1.9 the default tree will be discarded.
value was V(true).
type: bool type: bool
default: false default: false
executable: executable:

View file

@ -13,8 +13,6 @@ DOCUMENTATION = r'''
module: cloudflare_dns module: cloudflare_dns
author: author:
- Michael Gruener (@mgruener) - Michael Gruener (@mgruener)
requirements:
- python >= 2.6
short_description: Manage Cloudflare DNS records short_description: Manage Cloudflare DNS records
description: description:
- "Manages dns records via the Cloudflare API, see the docs: U(https://api.cloudflare.com/)." - "Manages dns records via the Cloudflare API, see the docs: U(https://api.cloudflare.com/)."
@ -99,7 +97,6 @@ options:
description: description:
- Service protocol. Required for O(type=SRV) and O(type=TLSA). - Service protocol. Required for O(type=SRV) and O(type=TLSA).
- Common values are TCP and UDP. - Common values are TCP and UDP.
- Before Ansible 2.6 only TCP and UDP were available.
type: str type: str
proxied: proxied:
description: description:
@ -151,7 +148,6 @@ options:
type: type:
description: description:
- The type of DNS record to create. Required if O(state=present). - The type of DNS record to create. Required if O(state=present).
- O(type=DS), O(type=SSHFP), and O(type=TLSA) were added in Ansible 2.7.
type: str type: str
choices: [ A, AAAA, CNAME, DS, MX, NS, SPF, SRV, SSHFP, TLSA, CAA, TXT ] choices: [ A, AAAA, CNAME, DS, MX, NS, SPF, SRV, SSHFP, TLSA, CAA, TXT ]
value: value:

View file

@ -69,7 +69,6 @@ options:
plugin_bin: plugin_bin:
description: description:
- Location of the plugin binary. If this file is not found, the default plugin binaries will be used. - Location of the plugin binary. If this file is not found, the default plugin binaries will be used.
- The default changed in Ansible 2.4 to None.
type: path type: path
plugin_dir: plugin_dir:
description: description:

View file

@ -94,7 +94,7 @@ EXAMPLES = '''
repo: testrepo repo: testrepo
action: latest_release action: latest_release
- name: Get latest release of test repo using username and password. Ansible 2.4. - name: Get latest release of test repo using username and password
community.general.github_release: community.general.github_release:
user: testuser user: testuser
password: secret123 password: secret123

View file

@ -14,7 +14,6 @@ module: github_webhook_info
short_description: Query information about GitHub webhooks short_description: Query information about GitHub webhooks
description: description:
- "Query information about GitHub webhooks" - "Query information about GitHub webhooks"
- This module was called C(github_webhook_facts) before Ansible 2.9. The usage did not change.
requirements: requirements:
- "PyGithub >= 1.3.5" - "PyGithub >= 1.3.5"
extends_documentation_fragment: extends_documentation_fragment:

View file

@ -16,7 +16,6 @@ description:
author: author:
- paytroff (@paytroff) - paytroff (@paytroff)
requirements: requirements:
- python >= 2.7
- python-gitlab >= 2.3.0 - python-gitlab >= 2.3.0
extends_documentation_fragment: extends_documentation_fragment:
- community.general.auth_basic - community.general.auth_basic

View file

@ -20,7 +20,6 @@ author:
- Marcus Watkins (@marwatk) - Marcus Watkins (@marwatk)
- Guillaume Martinez (@Lunik) - Guillaume Martinez (@Lunik)
requirements: requirements:
- python >= 2.7
- python-gitlab python module - python-gitlab python module
extends_documentation_fragment: extends_documentation_fragment:
- community.general.auth_basic - community.general.auth_basic

View file

@ -20,7 +20,6 @@ author:
- Werner Dijkerman (@dj-wasabi) - Werner Dijkerman (@dj-wasabi)
- Guillaume Martinez (@Lunik) - Guillaume Martinez (@Lunik)
requirements: requirements:
- python >= 2.7
- python-gitlab python module - python-gitlab python module
extends_documentation_fragment: extends_documentation_fragment:
- community.general.auth_basic - community.general.auth_basic

View file

@ -21,7 +21,6 @@ description:
author: author:
- Florent Madiot (@scodeman) - Florent Madiot (@scodeman)
requirements: requirements:
- python >= 2.7
- python-gitlab python module - python-gitlab python module
extends_documentation_fragment: extends_documentation_fragment:
- community.general.auth_basic - community.general.auth_basic

View file

@ -21,7 +21,6 @@ author:
- Marcus Watkins (@marwatk) - Marcus Watkins (@marwatk)
- Guillaume Martinez (@Lunik) - Guillaume Martinez (@Lunik)
requirements: requirements:
- python >= 2.7
- python-gitlab python module - python-gitlab python module
extends_documentation_fragment: extends_documentation_fragment:
- community.general.auth_basic - community.general.auth_basic

View file

@ -23,7 +23,6 @@ description:
author: author:
- Benedikt Braunger (@benibr) - Benedikt Braunger (@benibr)
requirements: requirements:
- python >= 2.7
- python-gitlab python module - python-gitlab python module
extends_documentation_fragment: extends_documentation_fragment:
- community.general.auth_basic - community.general.auth_basic

View file

@ -26,7 +26,6 @@ description:
author: author:
- zvaraondrej (@zvaraondrej) - zvaraondrej (@zvaraondrej)
requirements: requirements:
- Python >= 2.7
- python-gitlab >= 2.3.0 - python-gitlab >= 2.3.0
extends_documentation_fragment: extends_documentation_fragment:
- community.general.auth_basic - community.general.auth_basic

View file

@ -21,7 +21,6 @@ author:
- Werner Dijkerman (@dj-wasabi) - Werner Dijkerman (@dj-wasabi)
- Guillaume Martinez (@Lunik) - Guillaume Martinez (@Lunik)
requirements: requirements:
- python >= 2.7
- python-gitlab python module - python-gitlab python module
extends_documentation_fragment: extends_documentation_fragment:
- community.general.auth_basic - community.general.auth_basic

View file

@ -18,7 +18,6 @@ description:
author: author:
- "Markus Bergholz (@markuman)" - "Markus Bergholz (@markuman)"
requirements: requirements:
- python >= 2.7
- python-gitlab python module - python-gitlab python module
extends_documentation_fragment: extends_documentation_fragment:
- community.general.auth_basic - community.general.auth_basic

View file

@ -16,7 +16,6 @@ description:
author: author:
- "Werner Dijkerman (@dj-wasabi)" - "Werner Dijkerman (@dj-wasabi)"
requirements: requirements:
- python >= 2.7
- python-gitlab >= 2.3.0 - python-gitlab >= 2.3.0
extends_documentation_fragment: extends_documentation_fragment:
- community.general.auth_basic - community.general.auth_basic

View file

@ -30,7 +30,6 @@ author:
- Samy Coenen (@SamyCoenen) - Samy Coenen (@SamyCoenen)
- Guillaume Martinez (@Lunik) - Guillaume Martinez (@Lunik)
requirements: requirements:
- python >= 2.7
- python-gitlab >= 1.5.0 - python-gitlab >= 1.5.0
extends_documentation_fragment: extends_documentation_fragment:
- community.general.auth_basic - community.general.auth_basic

View file

@ -27,7 +27,6 @@ author:
- Lennert Mertens (@LennertMertens) - Lennert Mertens (@LennertMertens)
- Stef Graces (@stgrace) - Stef Graces (@stgrace)
requirements: requirements:
- python >= 2.7
- python-gitlab python module - python-gitlab python module
- administrator rights on the GitLab server - administrator rights on the GitLab server
extends_documentation_fragment: extends_documentation_fragment:

View file

@ -43,8 +43,7 @@ options:
type: str type: str
force: force:
description: description:
- Discards uncommitted changes. Runs C(hg update -C). Prior to - Discards uncommitted changes. Runs C(hg update -C).
Ansible 1.9, the default was V(true).
type: bool type: bool
default: false default: false
purge: purge:

View file

@ -19,8 +19,6 @@ description:
These information includes hardware and network related information useful These information includes hardware and network related information useful
for provisioning (e.g. macaddress, uuid). for provisioning (e.g. macaddress, uuid).
- This module requires the C(hpilo) python module. - This module requires the C(hpilo) python module.
- This module was called C(hpilo_facts) before Ansible 2.9, returning C(ansible_facts).
Note that the M(community.general.hpilo_info) module no longer returns C(ansible_facts)!
extends_documentation_fragment: extends_documentation_fragment:
- community.general.attributes - community.general.attributes
- community.general.attributes.info_module - community.general.attributes.info_module

View file

@ -16,8 +16,6 @@ description:
- Builds Redfish URIs locally and sends them to remote iDRAC controllers to - Builds Redfish URIs locally and sends them to remote iDRAC controllers to
get information back. get information back.
- For use with Dell EMC iDRAC operations that require Redfish OEM extensions. - For use with Dell EMC iDRAC operations that require Redfish OEM extensions.
- This module was called C(idrac_redfish_facts) before Ansible 2.9, returning C(ansible_facts).
Note that the M(community.general.idrac_redfish_info) module no longer returns C(ansible_facts)!
extends_documentation_fragment: extends_documentation_fragment:
- community.general.attributes - community.general.attributes
- community.general.attributes.info_module - community.general.attributes.info_module

View file

@ -62,9 +62,6 @@ options:
description: description:
- Image UUID. Can either be a full UUID or V(*) for all images. - Image UUID. Can either be a full UUID or V(*) for all images.
type: str type: str
requirements:
- python >= 2.6
''' '''
EXAMPLES = ''' EXAMPLES = '''

View file

@ -17,7 +17,6 @@ description:
- Manage InfluxDB databases. - Manage InfluxDB databases.
author: "Kamil Szczygiel (@kamsz)" author: "Kamil Szczygiel (@kamsz)"
requirements: requirements:
- "python >= 2.6"
- "influxdb >= 0.9" - "influxdb >= 0.9"
- requests - requests
attributes: attributes:

View file

@ -16,7 +16,6 @@ description:
- Query data points from InfluxDB. - Query data points from InfluxDB.
author: "René Moser (@resmo)" author: "René Moser (@resmo)"
requirements: requirements:
- "python >= 2.6"
- "influxdb >= 0.9" - "influxdb >= 0.9"
attributes: attributes:
check_mode: check_mode:

View file

@ -17,7 +17,6 @@ description:
- Manage InfluxDB retention policies. - Manage InfluxDB retention policies.
author: "Kamil Szczygiel (@kamsz)" author: "Kamil Szczygiel (@kamsz)"
requirements: requirements:
- "python >= 2.6"
- "influxdb >= 0.9" - "influxdb >= 0.9"
- requests - requests
attributes: attributes:

View file

@ -18,7 +18,6 @@ description:
- Manage InfluxDB users. - Manage InfluxDB users.
author: "Vitaliy Zhhuta (@zhhuta)" author: "Vitaliy Zhhuta (@zhhuta)"
requirements: requirements:
- "python >= 2.6"
- "influxdb >= 0.9" - "influxdb >= 0.9"
attributes: attributes:
check_mode: check_mode:

View file

@ -16,7 +16,6 @@ description:
- Write data points into InfluxDB. - Write data points into InfluxDB.
author: "René Moser (@resmo)" author: "René Moser (@resmo)"
requirements: requirements:
- "python >= 2.6"
- "influxdb >= 0.9" - "influxdb >= 0.9"
attributes: attributes:
check_mode: check_mode:

View file

@ -23,8 +23,7 @@ description:
- Manage (add, remove, change) individual settings in an INI-style file without having - Manage (add, remove, change) individual settings in an INI-style file without having
to manage the file as a whole with, say, M(ansible.builtin.template) or M(ansible.builtin.assemble). to manage the file as a whole with, say, M(ansible.builtin.template) or M(ansible.builtin.assemble).
- Adds missing sections if they don't exist. - Adds missing sections if they don't exist.
- Before Ansible 2.0, comments are discarded when the source file is read, and therefore will not show up in the destination file. - This module adds missing ending newlines to files to keep in line with the POSIX standard, even when
- Since Ansible 2.3, this module adds missing ending newlines to files to keep in line with the POSIX standard, even when
no other modifications need to be applied. no other modifications need to be applied.
attributes: attributes:
check_mode: check_mode:
@ -35,7 +34,6 @@ options:
path: path:
description: description:
- Path to the INI-style file; this file is created if required. - Path to the INI-style file; this file is created if required.
- Before Ansible 2.3 this option was only usable as O(dest).
type: path type: path
required: true required: true
aliases: [ dest ] aliases: [ dest ]
@ -133,7 +131,6 @@ options:
version_added: 7.1.0 version_added: 7.1.0
notes: notes:
- While it is possible to add an O(option) without specifying a O(value), this makes no sense. - While it is possible to add an O(option) without specifying a O(value), this makes no sense.
- As of Ansible 2.3, the O(dest) option has been changed to O(path) as default, but O(dest) still works as well.
- As of community.general 3.2.0, UTF-8 BOM markers are discarded when reading files. - As of community.general 3.2.0, UTF-8 BOM markers are discarded when reading files.
author: author:
- Jan-Piet Mens (@jpmens) - Jan-Piet Mens (@jpmens)
@ -141,7 +138,6 @@ author:
''' '''
EXAMPLES = r''' EXAMPLES = r'''
# Before Ansible 2.3, option 'dest' was used instead of 'path'
- name: Ensure "fav=lemonade is in section "[drinks]" in specified file - name: Ensure "fav=lemonade is in section "[drinks]" in specified file
community.general.ini_file: community.general.ini_file:
path: /etc/conf path: /etc/conf

View file

@ -93,7 +93,6 @@ options:
type: bool type: bool
default: false default: false
requirements: requirements:
- "python >= 2.6"
- pyghmi - pyghmi
author: "Bulat Gaifullin (@bgaifullin) <gaifullinbf@gmail.com>" author: "Bulat Gaifullin (@bgaifullin) <gaifullinbf@gmail.com>"
''' '''

View file

@ -90,7 +90,6 @@ options:
type: str type: str
requirements: requirements:
- "python >= 2.6"
- pyghmi - pyghmi
author: "Bulat Gaifullin (@bgaifullin) <gaifullinbf@gmail.com>" author: "Bulat Gaifullin (@bgaifullin) <gaifullinbf@gmail.com>"
''' '''

View file

@ -50,8 +50,7 @@ options:
color: color:
type: str type: str
description: description:
- Text color for the message. ("none" is a valid option in 1.6 or later, in 1.6 and prior, the default color is black, not "none"). - Text color for the message.
Added 11 more colors in version 2.0.
default: "none" default: "none"
choices: [ "none", "white", "black", "blue", "green", "red", "brown", "purple", "orange", "yellow", "light_green", "teal", "light_cyan", choices: [ "none", "white", "black", "blue", "green", "red", "brown", "purple", "orange", "yellow", "light_green", "teal", "light_cyan",
"light_blue", "pink", "gray", "light_gray"] "light_blue", "pink", "gray", "light_gray"]

View file

@ -19,7 +19,6 @@ author:
- Diane Wang (@Tomorrow9) <dianew@vmware.com> - Diane Wang (@Tomorrow9) <dianew@vmware.com>
requirements: requirements:
- "pycdlib" - "pycdlib"
- "python >= 2.7"
version_added: '0.2.0' version_added: '0.2.0'
extends_documentation_fragment: extends_documentation_fragment:

View file

@ -20,7 +20,6 @@ author:
- Yuhua Zou (@ZouYuhua) <zouy@vmware.com> - Yuhua Zou (@ZouYuhua) <zouy@vmware.com>
requirements: requirements:
- "pycdlib" - "pycdlib"
- "python >= 2.7"
version_added: '5.8.0' version_added: '5.8.0'
extends_documentation_fragment: extends_documentation_fragment:

View file

@ -70,9 +70,6 @@ options:
notes: notes:
- Only the file checksum (content) is taken into account when extracting files - Only the file checksum (content) is taken into account when extracting files
from the ISO image. If O(force=false), only checks the presence of the file. from the ISO image. If O(force=false), only checks the presence of the file.
- In Ansible 2.3 this module was using C(mount) and C(umount) commands only,
requiring root access. This is no longer needed with the introduction of 7zip
for extraction.
''' '''
EXAMPLES = r''' EXAMPLES = r'''

View file

@ -15,7 +15,6 @@ module: jenkins_job_info
short_description: Get information about Jenkins jobs short_description: Get information about Jenkins jobs
description: description:
- This module can be used to query information about which Jenkins jobs which already exists. - This module can be used to query information about which Jenkins jobs which already exists.
- This module was called C(jenkins_job_facts) before Ansible 2.9. The usage did not change.
requirements: requirements:
- "python-jenkins >= 0.4.12" - "python-jenkins >= 0.4.12"
extends_documentation_fragment: extends_documentation_fragment:

View file

@ -19,7 +19,6 @@ description:
- Uses Layman to manage an additional repositories for the Portage package manager on Gentoo Linux. - Uses Layman to manage an additional repositories for the Portage package manager on Gentoo Linux.
Please note that Layman must be installed on a managed node prior using this module. Please note that Layman must be installed on a managed node prior using this module.
requirements: requirements:
- "python >= 2.6"
- layman python module - layman python module
extends_documentation_fragment: extends_documentation_fragment:
- community.general.attributes - community.general.attributes

View file

@ -163,7 +163,6 @@ options:
type: bool type: bool
default: true default: true
requirements: requirements:
- python >= 2.6
- linode-python - linode-python
author: author:
- Vincent Viallet (@zbal) - Vincent Viallet (@zbal)

View file

@ -14,7 +14,6 @@ module: linode_v4
short_description: Manage instances on the Linode cloud short_description: Manage instances on the Linode cloud
description: Manage instances on the Linode cloud. description: Manage instances on the Linode cloud.
requirements: requirements:
- python >= 2.7
- linode_api4 >= 2.0.0 - linode_api4 >= 2.0.0
author: author:
- Luke Murphy (@decentral1se) - Luke Murphy (@decentral1se)

View file

@ -42,7 +42,7 @@ options:
- "The size of the physical extent. O(pesize) must be a power of 2 of at least 1 sector - "The size of the physical extent. O(pesize) must be a power of 2 of at least 1 sector
(where the sector size is the largest sector size of the PVs currently used in the VG), (where the sector size is the largest sector size of the PVs currently used in the VG),
or at least 128KiB." or at least 128KiB."
- Since Ansible 2.6, pesize can be optionally suffixed by a UNIT (k/K/m/M/g/G), default unit is megabyte. - O(pesize) can be optionally suffixed by a UNIT (k/K/m/M/g/G), default unit is megabyte.
type: str type: str
default: "4" default: "4"
pv_options: pv_options:

View file

@ -18,7 +18,6 @@ notes:
following minimum scope - C(memstore.usage). following minimum scope - C(memstore.usage).
description: description:
- Retrieve Memstore product usage information. - Retrieve Memstore product usage information.
- This module was called C(memset_memstore_facts) before Ansible 2.9. The usage did not change.
extends_documentation_fragment: extends_documentation_fragment:
- community.general.attributes - community.general.attributes
- community.general.attributes.info_module - community.general.attributes.info_module

View file

@ -18,7 +18,6 @@ notes:
following minimum scope - C(server.info). following minimum scope - C(server.info).
description: description:
- Retrieve server information. - Retrieve server information.
- This module was called C(memset_server_facts) before Ansible 2.9. The usage did not change.
extends_documentation_fragment: extends_documentation_fragment:
- community.general.attributes - community.general.attributes
- community.general.attributes.info_module - community.general.attributes.info_module

View file

@ -71,7 +71,6 @@ notes:
- Requires the pymssql Python package on the remote host. For Ubuntu, this - Requires the pymssql Python package on the remote host. For Ubuntu, this
is as easy as pip install pymssql (See M(ansible.builtin.pip).) is as easy as pip install pymssql (See M(ansible.builtin.pip).)
requirements: requirements:
- python >= 2.7
- pymssql - pymssql
author: Vedit Firat Arig (@vedit) author: Vedit Firat Arig (@vedit)
''' '''

View file

@ -73,7 +73,6 @@ notes:
- Requires the pymssql Python package on the remote host. For Ubuntu, this - Requires the pymssql Python package on the remote host. For Ubuntu, this
is as easy as C(pip install pymssql) (See M(ansible.builtin.pip).) is as easy as C(pip install pymssql) (See M(ansible.builtin.pip).)
requirements: requirements:
- python >= 2.7
- pymssql - pymssql
author: author:

View file

@ -60,9 +60,8 @@ options:
description: description:
- This is the type of device or network connection that you wish to create or modify. - This is the type of device or network connection that you wish to create or modify.
- Type V(dummy) is added in community.general 3.5.0. - Type V(dummy) is added in community.general 3.5.0.
- Type V(generic) is added in Ansible 2.5.
- Type V(infiniband) is added in community.general 2.0.0.
- Type V(gsm) is added in community.general 3.7.0. - Type V(gsm) is added in community.general 3.7.0.
- Type V(infiniband) is added in community.general 2.0.0.
- Type V(loopback) is added in community.general 8.1.0. - Type V(loopback) is added in community.general 8.1.0.
- Type V(macvlan) is added in community.general 6.6.0. - Type V(macvlan) is added in community.general 6.6.0.
- Type V(wireguard) is added in community.general 4.3.0. - Type V(wireguard) is added in community.general 4.3.0.

View file

@ -67,7 +67,6 @@ options:
description: description:
- DNS record will be modified on this O(zone). - DNS record will be modified on this O(zone).
- When omitted DNS will be queried to attempt finding the correct zone. - When omitted DNS will be queried to attempt finding the correct zone.
- Starting with Ansible 2.7 this parameter is optional.
type: str type: str
record: record:
description: description:

View file

@ -48,7 +48,6 @@ options:
default: true default: true
version_added: 1.3.0 version_added: 1.3.0
requirements: requirements:
- "python >= 2.6"
- "pyodbc" - "pyodbc"
notes: notes:

View file

@ -14,7 +14,6 @@ module: one_image_info
short_description: Gather information on OpenNebula images short_description: Gather information on OpenNebula images
description: description:
- Gather information on OpenNebula images. - Gather information on OpenNebula images.
- This module was called C(one_image_facts) before Ansible 2.9. The usage did not change.
requirements: requirements:
- pyone - pyone
extends_documentation_fragment: extends_documentation_fragment:

View file

@ -110,7 +110,6 @@ options:
requirements: requirements:
- "1and1" - "1and1"
- "python >= 2.6"
author: author:
- "Amel Ajdinovic (@aajdinov)" - "Amel Ajdinovic (@aajdinov)"

View file

@ -148,7 +148,6 @@ options:
requirements: requirements:
- "1and1" - "1and1"
- "python >= 2.6"
author: author:
- Amel Ajdinovic (@aajdinov) - Amel Ajdinovic (@aajdinov)

View file

@ -207,7 +207,6 @@ options:
requirements: requirements:
- "1and1" - "1and1"
- "python >= 2.6"
author: author:
- "Amel Ajdinovic (@aajdinov)" - "Amel Ajdinovic (@aajdinov)"

View file

@ -95,7 +95,6 @@ options:
requirements: requirements:
- "1and1" - "1and1"
- "python >= 2.6"
author: author:
- Amel Ajdinovic (@aajdinov) - Amel Ajdinovic (@aajdinov)

View file

@ -81,7 +81,6 @@ options:
requirements: requirements:
- "1and1" - "1and1"
- "python >= 2.6"
author: author:
- Amel Ajdinovic (@aajdinov) - Amel Ajdinovic (@aajdinov)

View file

@ -148,7 +148,6 @@ options:
requirements: requirements:
- "1and1" - "1and1"
- "python >= 2.6"
author: author:
- "Amel Ajdinovic (@aajdinov)" - "Amel Ajdinovic (@aajdinov)"

View file

@ -26,9 +26,6 @@ description:
- M(community.general.onepassword_info) wraps the C(op) command line utility to fetch data about one or more 1Password items. - M(community.general.onepassword_info) wraps the C(op) command line utility to fetch data about one or more 1Password items.
- A fatal error occurs if any of the items being searched for can not be found. - A fatal error occurs if any of the items being searched for can not be found.
- Recommend using with the C(no_log) option to avoid logging the values of the secrets being retrieved. - Recommend using with the C(no_log) option to avoid logging the values of the secrets being retrieved.
- This module was called C(onepassword_facts) before Ansible 2.9, returning C(ansible_facts).
Note that the M(community.general.onepassword_info) module no longer returns C(ansible_facts)!
You must now use the C(register) keyword to use the facts in other tasks.
extends_documentation_fragment: extends_documentation_fragment:
- community.general.attributes - community.general.attributes
- community.general.attributes.info_module - community.general.attributes.info_module

View file

@ -13,8 +13,6 @@ module: oneview_datacenter_info
short_description: Retrieve information about the OneView Data Centers short_description: Retrieve information about the OneView Data Centers
description: description:
- Retrieve information about the OneView Data Centers. - Retrieve information about the OneView Data Centers.
- This module was called C(oneview_datacenter_facts) before Ansible 2.9, returning C(ansible_facts).
Note that the M(community.general.oneview_datacenter_info) module no longer returns C(ansible_facts)!
requirements: requirements:
- "hpOneView >= 2.0.1" - "hpOneView >= 2.0.1"
author: author:

View file

@ -14,8 +14,6 @@ module: oneview_enclosure_info
short_description: Retrieve information about one or more Enclosures short_description: Retrieve information about one or more Enclosures
description: description:
- Retrieve information about one or more of the Enclosures from OneView. - Retrieve information about one or more of the Enclosures from OneView.
- This module was called C(oneview_enclosure_facts) before Ansible 2.9, returning C(ansible_facts).
Note that the M(community.general.oneview_enclosure_info) module no longer returns C(ansible_facts)!
requirements: requirements:
- hpOneView >= 2.0.1 - hpOneView >= 2.0.1
author: author:

View file

@ -13,8 +13,6 @@ module: oneview_ethernet_network_info
short_description: Retrieve the information about one or more of the OneView Ethernet Networks short_description: Retrieve the information about one or more of the OneView Ethernet Networks
description: description:
- Retrieve the information about one or more of the Ethernet Networks from OneView. - Retrieve the information about one or more of the Ethernet Networks from OneView.
- This module was called C(oneview_ethernet_network_facts) before Ansible 2.9, returning C(ansible_facts).
Note that the M(community.general.oneview_ethernet_network_info) module no longer returns C(ansible_facts)!
requirements: requirements:
- hpOneView >= 2.0.1 - hpOneView >= 2.0.1
author: author:

View file

@ -13,8 +13,6 @@ module: oneview_fc_network_info
short_description: Retrieve the information about one or more of the OneView Fibre Channel Networks short_description: Retrieve the information about one or more of the OneView Fibre Channel Networks
description: description:
- Retrieve the information about one or more of the Fibre Channel Networks from OneView. - Retrieve the information about one or more of the Fibre Channel Networks from OneView.
- This module was called C(oneview_fc_network_facts) before Ansible 2.9, returning C(ansible_facts).
Note that the M(community.general.oneview_fc_network_info) module no longer returns C(ansible_facts)!
requirements: requirements:
- hpOneView >= 2.0.1 - hpOneView >= 2.0.1
author: author:

View file

@ -14,7 +14,7 @@ short_description: Manage OneView FCoE Network resources
description: description:
- Provides an interface to manage FCoE Network resources. Can create, update, or delete. - Provides an interface to manage FCoE Network resources. Can create, update, or delete.
requirements: requirements:
- "python >= 2.7.9" - "Python >= 2.7.9"
- "hpOneView >= 4.0.0" - "hpOneView >= 4.0.0"
author: "Felipe Bulsoni (@fgbulsoni)" author: "Felipe Bulsoni (@fgbulsoni)"
attributes: attributes:

View file

@ -13,8 +13,6 @@ module: oneview_fcoe_network_info
short_description: Retrieve the information about one or more of the OneView FCoE Networks short_description: Retrieve the information about one or more of the OneView FCoE Networks
description: description:
- Retrieve the information about one or more of the FCoE Networks from OneView. - Retrieve the information about one or more of the FCoE Networks from OneView.
- This module was called C(oneview_fcoe_network_facts) before Ansible 2.9, returning C(ansible_facts).
Note that the M(community.general.oneview_fcoe_network_info) module no longer returns C(ansible_facts)!
requirements: requirements:
- hpOneView >= 2.0.1 - hpOneView >= 2.0.1
author: author:

View file

@ -14,8 +14,6 @@ module: oneview_logical_interconnect_group_info
short_description: Retrieve information about one or more of the OneView Logical Interconnect Groups short_description: Retrieve information about one or more of the OneView Logical Interconnect Groups
description: description:
- Retrieve information about one or more of the Logical Interconnect Groups from OneView - Retrieve information about one or more of the Logical Interconnect Groups from OneView
- This module was called C(oneview_logical_interconnect_group_facts) before Ansible 2.9, returning C(ansible_facts).
Note that the M(community.general.oneview_logical_interconnect_group_info) module no longer returns C(ansible_facts)!
requirements: requirements:
- hpOneView >= 2.0.1 - hpOneView >= 2.0.1
author: author:

View file

@ -13,8 +13,6 @@ module: oneview_network_set_info
short_description: Retrieve information about the OneView Network Sets short_description: Retrieve information about the OneView Network Sets
description: description:
- Retrieve information about the Network Sets from OneView. - Retrieve information about the Network Sets from OneView.
- This module was called C(oneview_network_set_facts) before Ansible 2.9, returning C(ansible_facts).
Note that the M(community.general.oneview_network_set_info) module no longer returns C(ansible_facts)!
requirements: requirements:
- hpOneView >= 2.0.1 - hpOneView >= 2.0.1
author: author:

View file

@ -13,8 +13,6 @@ module: oneview_san_manager_info
short_description: Retrieve information about one or more of the OneView SAN Managers short_description: Retrieve information about one or more of the OneView SAN Managers
description: description:
- Retrieve information about one or more of the SAN Managers from OneView - Retrieve information about one or more of the SAN Managers from OneView
- This module was called C(oneview_san_manager_facts) before Ansible 2.9, returning C(ansible_facts).
Note that the M(community.general.oneview_san_manager_info) module no longer returns C(ansible_facts)!
requirements: requirements:
- hpOneView >= 2.0.1 - hpOneView >= 2.0.1
author: author:

View file

@ -64,7 +64,6 @@ options:
description: description:
- The state of the user defaults. - The state of the user defaults.
- If set to V(list) will query the given parameter specified by O(key). Returns V(null) is nothing found or mis-spelled. - If set to V(list) will query the given parameter specified by O(key). Returns V(null) is nothing found or mis-spelled.
- V(list) added in Ansible 2.8.
type: str type: str
choices: [ absent, list, present ] choices: [ absent, list, present ]
default: present default: present

View file

@ -86,7 +86,6 @@ options:
requirements: requirements:
- "packet-python >= 1.35" - "packet-python >= 1.35"
- "python >= 2.6"
''' '''
EXAMPLES = ''' EXAMPLES = '''

View file

@ -76,7 +76,6 @@ options:
type: str type: str
requirements: requirements:
- "python >= 2.6"
- "packet-python >= 1.40" - "packet-python >= 1.40"
''' '''

View file

@ -57,7 +57,6 @@ options:
type: path type: path
requirements: requirements:
- "python >= 2.6"
- packet-python - packet-python
''' '''

View file

@ -122,7 +122,6 @@ options:
type: str type: str
requirements: requirements:
- "python >= 2.6"
- "packet-python >= 1.35" - "packet-python >= 1.35"
''' '''

View file

@ -73,7 +73,6 @@ options:
type: str type: str
requirements: requirements:
- "python >= 2.6"
- "packet-python >= 1.35" - "packet-python >= 1.35"
''' '''

View file

@ -88,7 +88,7 @@ options:
control and module_path. control and module_path.
- With either V(before) or V(after) O(new_type), O(new_control), and O(new_module_path) must all be specified. - With either V(before) or V(after) O(new_type), O(new_control), and O(new_module_path) must all be specified.
- If state is V(args_absent) or V(args_present), O(new_type), O(new_control), and O(new_module_path) will be ignored. - If state is V(args_absent) or V(args_present), O(new_type), O(new_control), and O(new_module_path) will be ignored.
- State V(absent) will remove the rule. The V(absent) state was added in Ansible 2.4. - State V(absent) will remove the rule.
type: str type: str
choices: [ absent, before, after, args_absent, args_present, updated ] choices: [ absent, before, after, args_absent, args_present, updated ]
default: updated default: updated

View file

@ -30,7 +30,7 @@ author:
notes: notes:
- "Known bug with pkgin < 0.8.0: if a package is removed and another - "Known bug with pkgin < 0.8.0: if a package is removed and another
package depends on it, the other package will be silently removed as package depends on it, the other package will be silently removed as
well. New to Ansible 1.9: check-mode support." well."
extends_documentation_fragment: extends_documentation_fragment:
- community.general.attributes - community.general.attributes
attributes: attributes:

View file

@ -32,12 +32,6 @@ options:
description: description:
- Name or list of names of packages to install/remove. - Name or list of names of packages to install/remove.
- "With O(name=*), O(state=latest) will operate, but O(state=present) and O(state=absent) will be noops." - "With O(name=*), O(state=latest) will operate, but O(state=present) and O(state=absent) will be noops."
- >
Warning: In Ansible 2.9 and earlier this module had a misfeature
where O(name=*) with O(state=latest) or O(state=present) would
install every package from every package repository, filling up
the machines disk. Avoid using them unless you are certain that
your role will only be used with newer versions.
required: true required: true
aliases: [pkg] aliases: [pkg]
type: list type: list
@ -45,7 +39,6 @@ options:
state: state:
description: description:
- State of the package. - State of the package.
- 'Note: V(latest) added in Ansible 2.7.'
choices: [ 'present', 'latest', 'absent' ] choices: [ 'present', 'latest', 'absent' ]
required: false required: false
default: present default: present

View file

@ -142,7 +142,6 @@ options:
requirements: requirements:
- "profitbricks" - "profitbricks"
- "python >= 2.6"
author: Matt Baldwin (@baldwinSPC) <baldwin@stackpointcloud.com> author: Matt Baldwin (@baldwinSPC) <baldwin@stackpointcloud.com>
''' '''

View file

@ -13,8 +13,8 @@ DOCUMENTATION = '''
module: proxmox module: proxmox
short_description: Management of instances in Proxmox VE cluster short_description: Management of instances in Proxmox VE cluster
description: description:
- allows you to create/delete/stop instances in Proxmox VE cluster - Allows you to create/delete/stop instances in Proxmox VE cluster.
- Starting in Ansible 2.1, it automatically detects containerization type (lxc for PVE 4, openvz for older) - The module automatically detects containerization type (lxc for PVE 4, openvz for older).
- Since community.general 4.0.0 on, there are no more default values, see O(proxmox_default_behavior). - Since community.general 4.0.0 on, there are no more default values, see O(proxmox_default_behavior).
attributes: attributes:
check_mode: check_mode:

View file

@ -86,7 +86,7 @@ options:
notes: notes:
- Requires proxmoxer and requests modules on host. These modules can be installed with pip. - Requires proxmoxer and requests modules on host. These modules can be installed with pip.
requirements: [ "proxmoxer", "python >= 2.7", "requests" ] requirements: [ "proxmoxer", "requests" ]
author: Jeffrey van Pelt (@Thulium-Drake) author: Jeffrey van Pelt (@Thulium-Drake)
extends_documentation_fragment: extends_documentation_fragment:
- community.general.proxmox.documentation - community.general.proxmox.documentation

View file

@ -27,7 +27,6 @@ author:
- PubNub <support@pubnub.com> (@pubnub) - PubNub <support@pubnub.com> (@pubnub)
- Sergey Mamontov <sergey@pubnub.com> (@parfeon) - Sergey Mamontov <sergey@pubnub.com> (@parfeon)
requirements: requirements:
- "python >= 2.7"
- "pubnub_blocks_client >= 1.0" - "pubnub_blocks_client >= 1.0"
extends_documentation_fragment: extends_documentation_fragment:
- community.general.attributes - community.general.attributes

View file

@ -12,7 +12,6 @@ module: python_requirements_info
short_description: Show python path and assert dependency versions short_description: Show python path and assert dependency versions
description: description:
- Get info about available Python requirements on the target host, including listing required libraries and gathering versions. - Get info about available Python requirements on the target host, including listing required libraries and gathering versions.
- This module was called C(python_requirements_facts) before Ansible 2.9. The usage did not change.
extends_documentation_fragment: extends_documentation_fragment:
- community.general.attributes - community.general.attributes
- community.general.attributes.info_module - community.general.attributes.info_module

View file

@ -90,11 +90,9 @@ options:
notes: notes:
- "It is recommended that plays utilizing this module be run with - "It is recommended that plays utilizing this module be run with
C(serial: 1) to avoid exceeding the API request limit imposed by C(serial: 1) to avoid exceeding the API request limit imposed by
the Rackspace CloudDNS API" the Rackspace CloudDNS API."
- To manipulate a C(PTR) record either C(loadbalancer) or C(server) must be - To manipulate a C(PTR) record either C(loadbalancer) or C(server) must be
supplied supplied.
- As of version 1.7, the O(type) field is required and no longer defaults to an C(A) record.
- C(PTR) record support was added in version 1.7
author: "Matt Martz (@sivel)" author: "Matt Martz (@sivel)"
extends_documentation_fragment: extends_documentation_fragment:
- community.general.rackspace - community.general.rackspace

View file

@ -16,8 +16,6 @@ description:
- Builds Redfish URIs locally and sends them to remote OOB controllers to - Builds Redfish URIs locally and sends them to remote OOB controllers to
get information back. get information back.
- Information retrieved is placed in a location specified by the user. - Information retrieved is placed in a location specified by the user.
- This module was called C(redfish_facts) before Ansible 2.9, returning C(ansible_facts).
Note that the M(community.general.redfish_info) module no longer returns C(ansible_facts)!
extends_documentation_fragment: extends_documentation_fragment:
- community.general.attributes - community.general.attributes
- community.general.attributes.info_module - community.general.attributes.info_module

View file

@ -123,8 +123,7 @@ options:
description: description:
- Upon successful registration, auto-consume available subscriptions - Upon successful registration, auto-consume available subscriptions
- | - |
Added in favor of the deprecated O(autosubscribe) option in Please note that the alias O(autosubscribe) will be removed in
Ansible 2.5; please note that O(autosubscribe) will be removed in
community.general 9.0.0. community.general 9.0.0.
type: bool type: bool
aliases: [autosubscribe] aliases: [autosubscribe]

View file

@ -24,7 +24,6 @@ notes:
account." account."
- "In order to use api_key, cc, bcc, attachments, from_name, html_body, headers - "In order to use api_key, cc, bcc, attachments, from_name, html_body, headers
you must pip install sendgrid" you must pip install sendgrid"
- "Since Ansible 2.2 O(username) and O(password) are not required if you supply an O(api_key)"
requirements: requirements:
- sendgrid Python library 1.6.22 or lower (Sendgrid API V2 supported) - sendgrid Python library 1.6.22 or lower (Sendgrid API V2 supported)
extends_documentation_fragment: extends_documentation_fragment:
@ -39,12 +38,12 @@ options:
type: str type: str
description: description:
- Username for logging into the SendGrid account. - Username for logging into the SendGrid account.
- Since 2.2 it is only required if O(api_key) is not supplied. - It is only required if O(api_key) is not supplied.
password: password:
type: str type: str
description: description:
- Password that corresponds to the username. - Password that corresponds to the username.
- Since 2.2 it is only required if O(api_key) is not supplied. - It is only required if O(api_key) is not supplied.
from_address: from_address:
type: str type: str
description: description:

View file

@ -173,7 +173,6 @@ options:
default: 600 default: 600
type: int type: int
requirements: requirements:
- python >= 2.6
- softlayer >= 4.1.1 - softlayer >= 4.1.1
author: author:
- Matt Colton (@mcltn) - Matt Colton (@mcltn)

View file

@ -121,7 +121,6 @@ options:
description: description:
- Allow text to use default colors - use the default of 'normal' to not send a custom color bar at the start of the message. - Allow text to use default colors - use the default of 'normal' to not send a custom color bar at the start of the message.
- Allowed values for color can be one of 'normal', 'good', 'warning', 'danger', any valid 3 digit or 6 digit hex color value. - Allowed values for color can be one of 'normal', 'good', 'warning', 'danger', any valid 3 digit or 6 digit hex color value.
- Specifying value in hex is supported since Ansible 2.8.
default: 'normal' default: 'normal'
attachments: attachments:
type: list type: list

View file

@ -15,8 +15,6 @@ module: smartos_image_info
short_description: Get SmartOS image details short_description: Get SmartOS image details
description: description:
- Retrieve information about all installed images on SmartOS. - Retrieve information about all installed images on SmartOS.
- This module was called C(smartos_image_facts) before Ansible 2.9, returning C(ansible_facts).
Note that the M(community.general.smartos_image_info) module no longer returns C(ansible_facts)!
author: Adam Števko (@xen0l) author: Adam Števko (@xen0l)
extends_documentation_fragment: extends_documentation_fragment:
- community.general.attributes - community.general.attributes

View file

@ -21,8 +21,6 @@ author:
notes: notes:
- Tested on CA Spectrum version 10.4.2.0.189. - Tested on CA Spectrum version 10.4.2.0.189.
- Model creation and deletion are not possible with this module. For that use M(community.general.spectrum_device) instead. - Model creation and deletion are not possible with this module. For that use M(community.general.spectrum_device) instead.
requirements:
- 'python >= 2.7'
extends_documentation_fragment: extends_documentation_fragment:
- community.general.attributes - community.general.attributes
attributes: attributes:

View file

@ -19,7 +19,6 @@ description:
token = <YOUR TOKEN> token = <YOUR TOKEN>
Full documentation available at https://help.spotinst.com/hc/en-us/articles/115003530285-Ansible- Full documentation available at https://help.spotinst.com/hc/en-us/articles/115003530285-Ansible-
requirements: requirements:
- python >= 2.7
- spotinst_sdk >= 1.0.38 - spotinst_sdk >= 1.0.38
extends_documentation_fragment: extends_documentation_fragment:
- community.general.attributes - community.general.attributes

View file

@ -28,7 +28,6 @@ options:
description: description:
- The name of the supervisord program or group to manage. - The name of the supervisord program or group to manage.
- The name will be taken as group name when it ends with a colon V(:). - The name will be taken as group name when it ends with a colon V(:).
- Group support is only available in Ansible version 1.6 or later.
- If O(name=all), all programs and program groups will be managed. - If O(name=all), all programs and program groups will be managed.
required: true required: true
config: config:

View file

@ -56,7 +56,7 @@ options:
type: str type: str
response_file: response_file:
description: description:
- Specifies the location of a response file to be used if package expects input on install. (added in Ansible 1.4) - Specifies the location of a response file to be used if package expects input on install.
required: false required: false
type: str type: str
zone: zone:

View file

@ -83,7 +83,6 @@ options:
description: description:
- The path to a variables file for Terraform to fill into the TF - The path to a variables file for Terraform to fill into the TF
configurations. This can accept a list of paths to multiple variables files. configurations. This can accept a list of paths to multiple variables files.
- Up until Ansible 2.9, this option was usable as O(variables_file).
type: list type: list
elements: path elements: path
aliases: [ 'variables_file' ] aliases: [ 'variables_file' ]

Some files were not shown because too many files have changed in this diff Show more