mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-11-10 06:34:13 +00:00
docs: remove hcloud-python requirements from modules (#388)
##### SUMMARY Since we vendored the hcloud-python library, those requirements are not needed anymore. ##### ISSUE TYPE - Docs Pull Request
This commit is contained in:
parent
c2c7f88b58
commit
2e82e0e6ef
13 changed files with 2 additions and 47 deletions
|
@ -7,8 +7,8 @@ DOCUMENTATION = r"""
|
|||
- Lukas Kaemmerling (@lkaemmerling)
|
||||
short_description: Ansible dynamic inventory plugin for the Hetzner Cloud.
|
||||
requirements:
|
||||
- python >= 3.5
|
||||
- hcloud-python >= 1.0.0
|
||||
- python-dateutil >= 2.7.5
|
||||
- requests >=2.20
|
||||
description:
|
||||
- Reads inventories from the Hetzner Cloud API.
|
||||
- Uses a YAML configuration file that ends with hcloud.(yml|yaml).
|
||||
|
|
|
@ -67,12 +67,8 @@ options:
|
|||
choices: [ absent, present ]
|
||||
type: str
|
||||
|
||||
requirements:
|
||||
- hcloud-python >= 1.6.0
|
||||
|
||||
extends_documentation_fragment:
|
||||
- hetzner.hcloud.hcloud
|
||||
|
||||
"""
|
||||
|
||||
EXAMPLES = """
|
||||
|
|
|
@ -69,9 +69,6 @@ options:
|
|||
type: str
|
||||
extends_documentation_fragment:
|
||||
- hetzner.hcloud.hcloud
|
||||
|
||||
requirements:
|
||||
- hcloud-python >= 1.8.0
|
||||
"""
|
||||
|
||||
EXAMPLES = """
|
||||
|
|
|
@ -39,12 +39,8 @@ options:
|
|||
choices: [ absent, present ]
|
||||
type: str
|
||||
|
||||
requirements:
|
||||
- hcloud-python >= 1.8.1
|
||||
|
||||
extends_documentation_fragment:
|
||||
- hetzner.hcloud.hcloud
|
||||
|
||||
"""
|
||||
|
||||
EXAMPLES = """
|
||||
|
|
|
@ -133,9 +133,6 @@ options:
|
|||
type: str
|
||||
extends_documentation_fragment:
|
||||
- hetzner.hcloud.hcloud
|
||||
|
||||
requirements:
|
||||
- hcloud-python >= 1.8.1
|
||||
"""
|
||||
|
||||
EXAMPLES = """
|
||||
|
|
|
@ -57,12 +57,8 @@ options:
|
|||
choices: [ absent, present ]
|
||||
type: str
|
||||
|
||||
requirements:
|
||||
- hcloud-python >= 1.8.1
|
||||
|
||||
extends_documentation_fragment:
|
||||
- hetzner.hcloud.hcloud
|
||||
|
||||
"""
|
||||
|
||||
EXAMPLES = """
|
||||
|
|
|
@ -54,12 +54,8 @@ options:
|
|||
choices: [ absent, present ]
|
||||
type: str
|
||||
|
||||
requirements:
|
||||
- hcloud-python >= 1.3.0
|
||||
|
||||
extends_documentation_fragment:
|
||||
- hetzner.hcloud.hcloud
|
||||
|
||||
"""
|
||||
|
||||
EXAMPLES = """
|
||||
|
|
|
@ -43,9 +43,6 @@ options:
|
|||
choices: [ absent, present ]
|
||||
type: str
|
||||
|
||||
requirements:
|
||||
- hcloud-python >= 1.15.0
|
||||
|
||||
extends_documentation_fragment:
|
||||
- hetzner.hcloud.hcloud
|
||||
"""
|
||||
|
|
|
@ -59,12 +59,8 @@ options:
|
|||
choices: [ absent, present ]
|
||||
type: str
|
||||
|
||||
requirements:
|
||||
- hcloud-python >= 1.9.0
|
||||
|
||||
extends_documentation_fragment:
|
||||
- hetzner.hcloud.hcloud
|
||||
|
||||
"""
|
||||
|
||||
EXAMPLES = """
|
||||
|
|
|
@ -51,12 +51,8 @@ options:
|
|||
choices: [ absent, present ]
|
||||
type: str
|
||||
|
||||
requirements:
|
||||
- hcloud-python >= 1.3.0
|
||||
|
||||
extends_documentation_fragment:
|
||||
- hetzner.hcloud.hcloud
|
||||
|
||||
"""
|
||||
|
||||
EXAMPLES = """
|
||||
|
|
|
@ -40,12 +40,8 @@ options:
|
|||
choices: [ absent, present ]
|
||||
type: str
|
||||
|
||||
requirements:
|
||||
- hcloud-python >= 1.3.0
|
||||
|
||||
extends_documentation_fragment:
|
||||
- hetzner.hcloud.hcloud
|
||||
|
||||
"""
|
||||
|
||||
EXAMPLES = """
|
||||
|
|
|
@ -44,12 +44,8 @@ options:
|
|||
choices: [ absent, present ]
|
||||
type: str
|
||||
|
||||
requirements:
|
||||
- hcloud-python >= 1.3.0
|
||||
|
||||
extends_documentation_fragment:
|
||||
- hetzner.hcloud.hcloud
|
||||
|
||||
"""
|
||||
|
||||
EXAMPLES = """
|
||||
|
|
|
@ -51,12 +51,8 @@ options:
|
|||
choices: [ absent, present ]
|
||||
type: str
|
||||
|
||||
requirements:
|
||||
- hcloud-python >= 1.10.0
|
||||
|
||||
extends_documentation_fragment:
|
||||
- hetzner.hcloud.hcloud
|
||||
|
||||
"""
|
||||
|
||||
EXAMPLES = """
|
||||
|
|
Loading…
Reference in a new issue