Add python >= 2.6 to documented deps
This commit is contained in:
parent
ef277ddf0b
commit
a8c12ec097
11 changed files with 20 additions and 7 deletions
|
@ -38,6 +38,7 @@ description:
|
|||
changed occurred. An api method is planned to supply this metadata so at that
|
||||
stage change management will be added.
|
||||
requirements:
|
||||
- "python >= 2.6"
|
||||
- python-consul
|
||||
- requests
|
||||
version_added: "1.9"
|
||||
|
|
|
@ -25,6 +25,7 @@ description:
|
|||
rules in a consul cluster via the agent. For more details on using and
|
||||
configuring ACLs, see https://www.consul.io/docs/internals/acl.html.
|
||||
requirements:
|
||||
- "python >= 2.6"
|
||||
- python-consul
|
||||
- pyhcl
|
||||
- requests
|
||||
|
|
|
@ -28,6 +28,7 @@ description:
|
|||
represents a prefix then Note that when a value is removed, the existing
|
||||
value if any is returned as part of the results.
|
||||
requirements:
|
||||
- "python >= 2.6"
|
||||
- python-consul
|
||||
- requests
|
||||
version_added: "1.9"
|
||||
|
|
|
@ -26,6 +26,7 @@ description:
|
|||
to implement distributed locks. In depth documentation for working with
|
||||
sessions can be found here http://www.consul.io/docs/internals/sessions.html
|
||||
requirements:
|
||||
- "python >= 2.6"
|
||||
- python-consul
|
||||
- requests
|
||||
version_added: "1.9"
|
||||
|
|
|
@ -26,7 +26,9 @@ short_description: Add or remove a host group to Zabbix.
|
|||
description:
|
||||
- This module uses the Zabbix API to add and remove host groups.
|
||||
version_added: '1.8'
|
||||
requirements: [ 'zabbix-api' ]
|
||||
requirements:
|
||||
- "python >= 2.6"
|
||||
- zabbix-api
|
||||
options:
|
||||
state:
|
||||
description:
|
||||
|
|
|
@ -28,7 +28,8 @@ description:
|
|||
version_added: "2.0"
|
||||
author: Tony Minfei Ding, Harrison Gu
|
||||
requirements:
|
||||
- zabbix-api python module
|
||||
- "python >= 2.6"
|
||||
- zabbix-api
|
||||
options:
|
||||
server_url:
|
||||
description:
|
||||
|
|
|
@ -28,7 +28,8 @@ description:
|
|||
version_added: "2.0"
|
||||
author: Dean Hailin Song
|
||||
requirements:
|
||||
- zabbix-api python module
|
||||
- "python >= 2.6"
|
||||
- zabbix-api
|
||||
options:
|
||||
server_url:
|
||||
description:
|
||||
|
|
|
@ -28,7 +28,8 @@ description:
|
|||
version_added: "1.8"
|
||||
author: Alexander Bulimov
|
||||
requirements:
|
||||
- zabbix-api python module
|
||||
- "python >= 2.6"
|
||||
- zabbix-api
|
||||
options:
|
||||
state:
|
||||
description:
|
||||
|
|
|
@ -29,7 +29,8 @@ description:
|
|||
version_added: "2.0"
|
||||
author: Tony Minfei Ding, Harrison Gu
|
||||
requirements:
|
||||
- zabbix-api python module
|
||||
- "python >= 2.6"
|
||||
- zabbix-api
|
||||
options:
|
||||
server_url:
|
||||
description:
|
||||
|
|
|
@ -39,8 +39,8 @@ description:
|
|||
- available.
|
||||
author: Chris Schmidt <chris.schmidt () contrastsecurity.com>
|
||||
requirements:
|
||||
- python libxml
|
||||
- python urllib2
|
||||
- "python >= 2.6"
|
||||
- lxml
|
||||
options:
|
||||
group_id:
|
||||
description: The Maven groupId coordinate
|
||||
|
|
|
@ -31,6 +31,9 @@ short_description: Manage Gentoo overlays
|
|||
description:
|
||||
- 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.
|
||||
requirements:
|
||||
- "python >= 2.6"
|
||||
- layman python module
|
||||
options:
|
||||
name:
|
||||
description:
|
||||
|
|
Loading…
Reference in a new issue