Add python >= 2.6 to documented deps

This commit is contained in:
Toshio Kuratomi 2015-05-11 13:25:50 -07:00 committed by Matt Clay
parent ef277ddf0b
commit a8c12ec097
11 changed files with 20 additions and 7 deletions

View file

@ -38,6 +38,7 @@ description:
changed occurred. An api method is planned to supply this metadata so at that changed occurred. An api method is planned to supply this metadata so at that
stage change management will be added. stage change management will be added.
requirements: requirements:
- "python >= 2.6"
- python-consul - python-consul
- requests - requests
version_added: "1.9" version_added: "1.9"

View file

@ -25,6 +25,7 @@ description:
rules in a consul cluster via the agent. For more details on using and 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. configuring ACLs, see https://www.consul.io/docs/internals/acl.html.
requirements: requirements:
- "python >= 2.6"
- python-consul - python-consul
- pyhcl - pyhcl
- requests - requests

View file

@ -28,6 +28,7 @@ description:
represents a prefix then Note that when a value is removed, the existing represents a prefix then Note that when a value is removed, the existing
value if any is returned as part of the results. value if any is returned as part of the results.
requirements: requirements:
- "python >= 2.6"
- python-consul - python-consul
- requests - requests
version_added: "1.9" version_added: "1.9"

View file

@ -26,6 +26,7 @@ description:
to implement distributed locks. In depth documentation for working with to implement distributed locks. In depth documentation for working with
sessions can be found here http://www.consul.io/docs/internals/sessions.html sessions can be found here http://www.consul.io/docs/internals/sessions.html
requirements: requirements:
- "python >= 2.6"
- python-consul - python-consul
- requests - requests
version_added: "1.9" version_added: "1.9"

View file

@ -26,7 +26,9 @@ short_description: Add or remove a host group to Zabbix.
description: description:
- This module uses the Zabbix API to add and remove host groups. - This module uses the Zabbix API to add and remove host groups.
version_added: '1.8' version_added: '1.8'
requirements: [ 'zabbix-api' ] requirements:
- "python >= 2.6"
- zabbix-api
options: options:
state: state:
description: description:

View file

@ -28,7 +28,8 @@ description:
version_added: "2.0" version_added: "2.0"
author: Tony Minfei Ding, Harrison Gu author: Tony Minfei Ding, Harrison Gu
requirements: requirements:
- zabbix-api python module - "python >= 2.6"
- zabbix-api
options: options:
server_url: server_url:
description: description:

View file

@ -28,7 +28,8 @@ description:
version_added: "2.0" version_added: "2.0"
author: Dean Hailin Song author: Dean Hailin Song
requirements: requirements:
- zabbix-api python module - "python >= 2.6"
- zabbix-api
options: options:
server_url: server_url:
description: description:

View file

@ -28,7 +28,8 @@ description:
version_added: "1.8" version_added: "1.8"
author: Alexander Bulimov author: Alexander Bulimov
requirements: requirements:
- zabbix-api python module - "python >= 2.6"
- zabbix-api
options: options:
state: state:
description: description:

View file

@ -29,7 +29,8 @@ description:
version_added: "2.0" version_added: "2.0"
author: Tony Minfei Ding, Harrison Gu author: Tony Minfei Ding, Harrison Gu
requirements: requirements:
- zabbix-api python module - "python >= 2.6"
- zabbix-api
options: options:
server_url: server_url:
description: description:

View file

@ -39,8 +39,8 @@ description:
- available. - available.
author: Chris Schmidt <chris.schmidt () contrastsecurity.com> author: Chris Schmidt <chris.schmidt () contrastsecurity.com>
requirements: requirements:
- python libxml - "python >= 2.6"
- python urllib2 - lxml
options: options:
group_id: group_id:
description: The Maven groupId coordinate description: The Maven groupId coordinate

View file

@ -31,6 +31,9 @@ short_description: Manage Gentoo overlays
description: 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:
- "python >= 2.6"
- layman python module
options: options:
name: name:
description: description: