Skip to content

Commit

Permalink
docs: remove hcloud-python requirements from modules (ansible-collect…
Browse files Browse the repository at this point in the history
…ions#388)

##### SUMMARY

Since we vendored the hcloud-python library, those requirements are not
needed anymore.


##### ISSUE TYPE

- Docs Pull Request
  • Loading branch information
jooola authored Nov 17, 2023
1 parent c2c7f88 commit 2e82e0e
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 47 deletions.
4 changes: 2 additions & 2 deletions plugins/inventory/hcloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
- 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).
Expand Down
4 changes: 0 additions & 4 deletions plugins/modules/hcloud_floating_ip.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,8 @@
choices: [ absent, present ]
type: str
requirements:
- hcloud-python >= 1.6.0
extends_documentation_fragment:
- hetzner.hcloud.hcloud
"""

EXAMPLES = """
Expand Down
3 changes: 0 additions & 3 deletions plugins/modules/hcloud_load_balancer.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@
type: str
extends_documentation_fragment:
- hetzner.hcloud.hcloud
requirements:
- hcloud-python >= 1.8.0
"""

EXAMPLES = """
Expand Down
4 changes: 0 additions & 4 deletions plugins/modules/hcloud_load_balancer_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,8 @@
choices: [ absent, present ]
type: str
requirements:
- hcloud-python >= 1.8.1
extends_documentation_fragment:
- hetzner.hcloud.hcloud
"""

EXAMPLES = """
Expand Down
3 changes: 0 additions & 3 deletions plugins/modules/hcloud_load_balancer_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,6 @@
type: str
extends_documentation_fragment:
- hetzner.hcloud.hcloud
requirements:
- hcloud-python >= 1.8.1
"""

EXAMPLES = """
Expand Down
4 changes: 0 additions & 4 deletions plugins/modules/hcloud_load_balancer_target.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,8 @@
choices: [ absent, present ]
type: str
requirements:
- hcloud-python >= 1.8.1
extends_documentation_fragment:
- hetzner.hcloud.hcloud
"""

EXAMPLES = """
Expand Down
4 changes: 0 additions & 4 deletions plugins/modules/hcloud_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,8 @@
choices: [ absent, present ]
type: str
requirements:
- hcloud-python >= 1.3.0
extends_documentation_fragment:
- hetzner.hcloud.hcloud
"""

EXAMPLES = """
Expand Down
3 changes: 0 additions & 3 deletions plugins/modules/hcloud_placement_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@
choices: [ absent, present ]
type: str
requirements:
- hcloud-python >= 1.15.0
extends_documentation_fragment:
- hetzner.hcloud.hcloud
"""
Expand Down
4 changes: 0 additions & 4 deletions plugins/modules/hcloud_primary_ip.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,8 @@
choices: [ absent, present ]
type: str
requirements:
- hcloud-python >= 1.9.0
extends_documentation_fragment:
- hetzner.hcloud.hcloud
"""

EXAMPLES = """
Expand Down
4 changes: 0 additions & 4 deletions plugins/modules/hcloud_rdns.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,8 @@
choices: [ absent, present ]
type: str
requirements:
- hcloud-python >= 1.3.0
extends_documentation_fragment:
- hetzner.hcloud.hcloud
"""

EXAMPLES = """
Expand Down
4 changes: 0 additions & 4 deletions plugins/modules/hcloud_route.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,8 @@
choices: [ absent, present ]
type: str
requirements:
- hcloud-python >= 1.3.0
extends_documentation_fragment:
- hetzner.hcloud.hcloud
"""

EXAMPLES = """
Expand Down
4 changes: 0 additions & 4 deletions plugins/modules/hcloud_server_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,8 @@
choices: [ absent, present ]
type: str
requirements:
- hcloud-python >= 1.3.0
extends_documentation_fragment:
- hetzner.hcloud.hcloud
"""

EXAMPLES = """
Expand Down
4 changes: 0 additions & 4 deletions plugins/modules/hcloud_subnetwork.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,8 @@
choices: [ absent, present ]
type: str
requirements:
- hcloud-python >= 1.10.0
extends_documentation_fragment:
- hetzner.hcloud.hcloud
"""

EXAMPLES = """
Expand Down

0 comments on commit 2e82e0e

Please sign in to comment.