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:
Jonas L 2023-11-17 15:12:52 +01:00 committed by GitHub
parent c2c7f88b58
commit 2e82e0e6ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 2 additions and 47 deletions

View file

@ -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).

View file

@ -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 = """

View file

@ -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 = """

View file

@ -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 = """

View file

@ -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 = """

View file

@ -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 = """

View file

@ -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 = """

View file

@ -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
""" """

View file

@ -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 = """

View file

@ -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 = """

View file

@ -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 = """

View file

@ -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 = """

View file

@ -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 = """