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)
|
- Lukas Kaemmerling (@lkaemmerling)
|
||||||
short_description: Ansible dynamic inventory plugin for the Hetzner Cloud.
|
short_description: Ansible dynamic inventory plugin for the Hetzner Cloud.
|
||||||
requirements:
|
requirements:
|
||||||
- python >= 3.5
|
- python-dateutil >= 2.7.5
|
||||||
- hcloud-python >= 1.0.0
|
- requests >=2.20
|
||||||
description:
|
description:
|
||||||
- Reads inventories from the Hetzner Cloud API.
|
- Reads inventories from the Hetzner Cloud API.
|
||||||
- Uses a YAML configuration file that ends with hcloud.(yml|yaml).
|
- Uses a YAML configuration file that ends with hcloud.(yml|yaml).
|
||||||
|
|
|
@ -67,12 +67,8 @@ options:
|
||||||
choices: [ absent, present ]
|
choices: [ absent, present ]
|
||||||
type: str
|
type: str
|
||||||
|
|
||||||
requirements:
|
|
||||||
- hcloud-python >= 1.6.0
|
|
||||||
|
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- hetzner.hcloud.hcloud
|
- hetzner.hcloud.hcloud
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
EXAMPLES = """
|
EXAMPLES = """
|
||||||
|
|
|
@ -69,9 +69,6 @@ options:
|
||||||
type: str
|
type: str
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- hetzner.hcloud.hcloud
|
- hetzner.hcloud.hcloud
|
||||||
|
|
||||||
requirements:
|
|
||||||
- hcloud-python >= 1.8.0
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
EXAMPLES = """
|
EXAMPLES = """
|
||||||
|
|
|
@ -39,12 +39,8 @@ options:
|
||||||
choices: [ absent, present ]
|
choices: [ absent, present ]
|
||||||
type: str
|
type: str
|
||||||
|
|
||||||
requirements:
|
|
||||||
- hcloud-python >= 1.8.1
|
|
||||||
|
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- hetzner.hcloud.hcloud
|
- hetzner.hcloud.hcloud
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
EXAMPLES = """
|
EXAMPLES = """
|
||||||
|
|
|
@ -133,9 +133,6 @@ options:
|
||||||
type: str
|
type: str
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- hetzner.hcloud.hcloud
|
- hetzner.hcloud.hcloud
|
||||||
|
|
||||||
requirements:
|
|
||||||
- hcloud-python >= 1.8.1
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
EXAMPLES = """
|
EXAMPLES = """
|
||||||
|
|
|
@ -57,12 +57,8 @@ options:
|
||||||
choices: [ absent, present ]
|
choices: [ absent, present ]
|
||||||
type: str
|
type: str
|
||||||
|
|
||||||
requirements:
|
|
||||||
- hcloud-python >= 1.8.1
|
|
||||||
|
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- hetzner.hcloud.hcloud
|
- hetzner.hcloud.hcloud
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
EXAMPLES = """
|
EXAMPLES = """
|
||||||
|
|
|
@ -54,12 +54,8 @@ options:
|
||||||
choices: [ absent, present ]
|
choices: [ absent, present ]
|
||||||
type: str
|
type: str
|
||||||
|
|
||||||
requirements:
|
|
||||||
- hcloud-python >= 1.3.0
|
|
||||||
|
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- hetzner.hcloud.hcloud
|
- hetzner.hcloud.hcloud
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
EXAMPLES = """
|
EXAMPLES = """
|
||||||
|
|
|
@ -43,9 +43,6 @@ options:
|
||||||
choices: [ absent, present ]
|
choices: [ absent, present ]
|
||||||
type: str
|
type: str
|
||||||
|
|
||||||
requirements:
|
|
||||||
- hcloud-python >= 1.15.0
|
|
||||||
|
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- hetzner.hcloud.hcloud
|
- hetzner.hcloud.hcloud
|
||||||
"""
|
"""
|
||||||
|
|
|
@ -59,12 +59,8 @@ options:
|
||||||
choices: [ absent, present ]
|
choices: [ absent, present ]
|
||||||
type: str
|
type: str
|
||||||
|
|
||||||
requirements:
|
|
||||||
- hcloud-python >= 1.9.0
|
|
||||||
|
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- hetzner.hcloud.hcloud
|
- hetzner.hcloud.hcloud
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
EXAMPLES = """
|
EXAMPLES = """
|
||||||
|
|
|
@ -51,12 +51,8 @@ options:
|
||||||
choices: [ absent, present ]
|
choices: [ absent, present ]
|
||||||
type: str
|
type: str
|
||||||
|
|
||||||
requirements:
|
|
||||||
- hcloud-python >= 1.3.0
|
|
||||||
|
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- hetzner.hcloud.hcloud
|
- hetzner.hcloud.hcloud
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
EXAMPLES = """
|
EXAMPLES = """
|
||||||
|
|
|
@ -40,12 +40,8 @@ options:
|
||||||
choices: [ absent, present ]
|
choices: [ absent, present ]
|
||||||
type: str
|
type: str
|
||||||
|
|
||||||
requirements:
|
|
||||||
- hcloud-python >= 1.3.0
|
|
||||||
|
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- hetzner.hcloud.hcloud
|
- hetzner.hcloud.hcloud
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
EXAMPLES = """
|
EXAMPLES = """
|
||||||
|
|
|
@ -44,12 +44,8 @@ options:
|
||||||
choices: [ absent, present ]
|
choices: [ absent, present ]
|
||||||
type: str
|
type: str
|
||||||
|
|
||||||
requirements:
|
|
||||||
- hcloud-python >= 1.3.0
|
|
||||||
|
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- hetzner.hcloud.hcloud
|
- hetzner.hcloud.hcloud
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
EXAMPLES = """
|
EXAMPLES = """
|
||||||
|
|
|
@ -51,12 +51,8 @@ options:
|
||||||
choices: [ absent, present ]
|
choices: [ absent, present ]
|
||||||
type: str
|
type: str
|
||||||
|
|
||||||
requirements:
|
|
||||||
- hcloud-python >= 1.10.0
|
|
||||||
|
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- hetzner.hcloud.hcloud
|
- hetzner.hcloud.hcloud
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
EXAMPLES = """
|
EXAMPLES = """
|
||||||
|
|
Loading…
Reference in a new issue