1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00

Add changelog

This commit is contained in:
Lukas Kämmerling 2020-06-29 15:27:37 +02:00
parent acf1444fa1
commit f0942603ef
13 changed files with 19 additions and 19 deletions

View file

@ -20,7 +20,7 @@ description:
author:
- Lukas Kaemmerling (@lkaemmerling)
version_added: 0.1.0
options:
id:
description:
@ -155,7 +155,7 @@ hcloud_floating_ip:
type: bool
returned: always
sample: false
version_added: "1.0.0"
version_added: "0.1.0"
labels:
description: User-defined labels (key-value pairs)
type: dict

View file

@ -61,7 +61,7 @@ hcloud_floating_ip_info:
returned: Always
type: str
sample: my-floating-ip
version_added: "1.0.0"
version_added: "0.1.0"
description:
description: Description of the Floating IP
returned: always
@ -91,7 +91,7 @@ hcloud_floating_ip_info:
description: True if the Floating IP is protected for deletion
returned: always
type: bool
version_added: "1.0.0"
version_added: "0.1.0"
labels:
description: User-defined labels (key-value pairs)
returned: always

View file

@ -20,7 +20,7 @@ description:
author:
- Lukas Kaemmerling (@LKaemmerling)
version_added: 0.1.0
options:
id:
description:

View file

@ -20,7 +20,7 @@ description:
author:
- Lukas Kaemmerling (@lkaemmerling)
version_added: 0.1.0
options:
network:
description:

View file

@ -20,7 +20,7 @@ description:
author:
- Lukas Kaemmerling (@LKaemmerling)
version_added: 0.1.0
options:
load_balancer:
description:

View file

@ -20,7 +20,7 @@ description:
author:
- Lukas Kaemmerling (@lkaemmerling)
version_added: 0.1.0
options:
type:
description:

View file

@ -20,7 +20,7 @@ description:
author:
- Lukas Kaemmerling (@LKaemmerling)
version_added: 0.1.0
options:
id:
description:

View file

@ -100,7 +100,7 @@ hcloud_network:
type: bool
returned: always
sample: false
version_added: "1.0.0"
version_added: "0.1.0"
labels:
description: User-defined labels (key-value pairs)
type: dict

View file

@ -173,7 +173,7 @@ hcloud_network_info:
description: True if the network is protected for deletion
returned: always
type: bool
version_added: "1.0.0"
version_added: "0.1.0"
labels:
description: Labels of the network
returned: always

View file

@ -238,13 +238,13 @@ hcloud_server:
type: bool
returned: always
sample: false
version_added: "1.0.0"
version_added: "0.1.0"
rebuild_protection:
description: True if server is protected for rebuild
type: bool
returned: always
sample: false
version_added: "1.0.0"
version_added: "0.1.0"
"""
from ansible.module_utils.basic import AnsibleModule

View file

@ -116,13 +116,13 @@ hcloud_server_info:
type: bool
returned: always
sample: false
version_added: "1.0.0"
version_added: "0.1.0"
rebuild_protection:
description: True if server is protected for rebuild
type: bool
returned: always
sample: false
version_added: "1.0.0"
version_added: "0.1.0"
"""
from ansible.module_utils.basic import AnsibleModule

View file

@ -134,7 +134,7 @@ hcloud_volume:
returned: always
type: str
sample: /dev/disk/by-id/scsi-0HC_Volume_12345
version_added: "1.0.0"
version_added: "0.1.0"
location:
description: Location name where the Volume is located at
type: str
@ -157,7 +157,7 @@ hcloud_volume:
type: bool
returned: always
sample: false
version_added: "1.0.0"
version_added: "0.1.0"
"""
from ansible.module_utils.basic import AnsibleModule

View file

@ -73,7 +73,7 @@ hcloud_volume_info:
returned: always
type: str
sample: /dev/disk/by-id/scsi-0HC_Volume_12345
version_added: "1.0.0"
version_added: "0.1.0"
location:
description: Name of the location where the Volume resides in
returned: always
@ -88,7 +88,7 @@ hcloud_volume_info:
description: True if the Volume is protected for deletion
returned: always
type: bool
version_added: "1.0.0"
version_added: "0.1.0"
labels:
description: User-defined labels (key-value pairs)
returned: always