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

Use collection FQDN

This commit is contained in:
Lukas Kämmerling 2020-06-25 08:38:44 +02:00
parent b99df8205e
commit 63449fb850
10 changed files with 31 additions and 31 deletions

View file

@ -2,7 +2,7 @@ stages:
- sanity
- integration
test-sanity-devel-1/4:
ansible-devel-1/4:
stage: sanity
image: python:3.8-buster
except:
@ -12,7 +12,7 @@ test-sanity-devel-1/4:
tags:
- hc-bladerunner
test-sanity-devel-2/4:
ansible-devel-2/4:
stage: sanity
image: python:3.8-buster
except:
@ -22,7 +22,7 @@ test-sanity-devel-2/4:
tags:
- hc-bladerunner
test-sanity-devel-3/4:
ansible-devel-3/4:
stage: sanity
image: python:3.8-buster
except:
@ -32,7 +32,7 @@ test-sanity-devel-3/4:
tags:
- hc-bladerunner
test-sanity-devel-4/4:
ansible-devel-4/4:
stage: sanity
image: python:3.8-buster
except:
@ -42,7 +42,7 @@ test-sanity-devel-4/4:
tags:
- hc-bladerunner
test-sanity-210-1/4:
ansible-210-1/4:
stage: sanity
image: python:3.8-buster
except:
@ -52,7 +52,7 @@ test-sanity-210-1/4:
tags:
- hc-bladerunner
test-sanity-210-2/4:
ansible-210-2/4:
stage: sanity
image: python:3.8-buster
except:
@ -62,7 +62,7 @@ test-sanity-210-2/4:
tags:
- hc-bladerunner
test-sanity-210-3/4:
ansible-210-3/4:
stage: sanity
image: python:3.8-buster
except:
@ -72,7 +72,7 @@ test-sanity-210-3/4:
tags:
- hc-bladerunner
test-sanity-210-4/4:
ansible-210-4/4:
stage: sanity
image: python:3.8-buster
except:
@ -82,7 +82,7 @@ test-sanity-210-4/4:
tags:
- hc-bladerunner
test-sanity-29-1/4:
ansible-29-1/4:
stage: sanity
image: python:3.8-buster
except:
@ -92,7 +92,7 @@ test-sanity-29-1/4:
tags:
- hc-bladerunner
test-sanity-29-2/4:
ansible-29-2/4:
stage: sanity
image: python:3.8-buster
except:
@ -102,7 +102,7 @@ test-sanity-29-2/4:
tags:
- hc-bladerunner
test-sanity-29-3/4:
ansible-29-3/4:
stage: sanity
image: python:3.8-buster
except:
@ -112,7 +112,7 @@ test-sanity-29-3/4:
tags:
- hc-bladerunner
test-sanity-29-4/4:
ansible-29-4/4:
stage: sanity
image: python:3.8-buster
except:
@ -122,7 +122,7 @@ test-sanity-29-4/4:
tags:
- hc-bladerunner
test-integration-devel-1/2:
ansible-devel-1/2:
stage: integration
image: python:3.8-buster
except:
@ -135,7 +135,7 @@ test-integration-devel-1/2:
- hc-bladerunner
test-integration-devel-2/2:
ansible-devel-2/2:
stage: integration
image: python:3.8-buster
except:

View file

@ -25,4 +25,4 @@ sections:
- Bugfixes
- - known_issues
- Known Issues
title: Hetzner Cloud
title: Hetzner Cloud Ansible Collection

View file

@ -3,33 +3,33 @@ plugin_routing:
modules:
hcloud_location_facts:
deprecation:
removal_date: 2021-03-01
removal_version: 2.0.0
warning_text: see plugin documentation for details
hcloud_server_type_facts:
deprecation:
removal_date: 2021-03-01
removal_version: 2.0.0
warning_text: see plugin documentation for details
hcloud_image_facts:
deprecation:
removal_date: 2021-03-01
removal_version: 2.0.0
warning_text: see plugin documentation for details
hcloud_volume_facts:
deprecation:
removal_date: 2021-03-01
removal_version: 2.0.0
warning_text: see plugin documentation for details
hcloud_floating_ip_facts:
deprecation:
removal_date: 2021-03-01
removal_version: 2.0.0
warning_text: see plugin documentation for details
hcloud_ssh_key_facts:
deprecation:
removal_date: 2021-03-01
removal_version: 2.0.0
warning_text: see plugin documentation for details
hcloud_datacenter_facts:
deprecation:
removal_date: 2021-03-01
removal_version: 2.0.0
warning_text: see plugin documentation for details
hcloud_server_facts:
deprecation:
removal_date: 2021-03-01
removal_version: 2.0.0
warning_text: see plugin documentation for details

View file

@ -23,7 +23,7 @@ short_description: Gather info about the Hetzner Cloud datacenters.
description:
- Gather info about your Hetzner Cloud datacenters.
- This module was called C(hcloud_datacenter_facts) before Ansible 2.9, returning C(ansible_facts) and C(hcloud_datacenter_facts).
Note that the M(hcloud_datacenter_info) module no longer returns C(ansible_facts) and the value was renamed to C(hcloud_datacenter_info)!
Note that the M(hetzner.hcloud.hcloud_datacenter_info) module no longer returns C(ansible_facts) and the value was renamed to C(hcloud_datacenter_info)!
author:
- Lukas Kaemmerling (@LKaemmerling)
@ -56,7 +56,7 @@ hcloud_datacenter_info:
description:
- The datacenter info as list
- This module was called C(hcloud_datacenter_facts) before Ansible 2.9, returning C(ansible_facts) and C(hcloud_datacenter_facts).
Note that the M(hcloud_datacenter_info) module no longer returns C(ansible_facts) and the value was renamed to C(hcloud_datacenter_info)!
Note that the M(hetzner.hcloud.hcloud_datacenter_info) module no longer returns C(ansible_facts) and the value was renamed to C(hcloud_datacenter_info)!
returned: always
type: complex
contains:

View file

@ -23,7 +23,7 @@ short_description: Gather infos about the Hetzner Cloud Floating IPs.
description:
- Gather facts about your Hetzner Cloud Floating IPs.
- This module was called C(hcloud_floating_ip_facts) before Ansible 2.9, returning C(ansible_facts) and C(hcloud_floating_ip_facts).
Note that the M(hcloud_floating_ip_info) module no longer returns C(ansible_facts) and the value was renamed to C(hcloud_floating_ip_info)!
Note that the M(hetzner.hcloud.hcloud_floating_ip_info) module no longer returns C(ansible_facts) and the value was renamed to C(hcloud_floating_ip_info)!
author:
- Lukas Kaemmerling (@LKaemmerling)

View file

@ -24,7 +24,7 @@ short_description: Gather infos about your Hetzner Cloud images.
description:
- Gather infos about your Hetzner Cloud images.
- This module was called C(hcloud_location_facts) before Ansible 2.9, returning C(ansible_facts) and C(hcloud_location_facts).
Note that the M(hcloud_image_info) module no longer returns C(ansible_facts) and the value was renamed to C(hcloud_image_info)!
Note that the M(hetzner.hcloud.hcloud_image_info) module no longer returns C(ansible_facts) and the value was renamed to C(hcloud_image_info)!
author:
- Lukas Kaemmerling (@LKaemmerling)

View file

@ -24,7 +24,7 @@ short_description: Gather infos about your Hetzner Cloud locations.
description:
- Gather infos about your Hetzner Cloud locations.
- This module was called C(hcloud_location_facts) before Ansible 2.9, returning C(ansible_facts) and C(hcloud_location_facts).
Note that the M(hcloud_location_info) module no longer returns C(ansible_facts) and the value was renamed to C(hcloud_location_info)!
Note that the M(hetzner.hcloud.hcloud_location_info) module no longer returns C(ansible_facts) and the value was renamed to C(hcloud_location_info)!
author:
- Lukas Kaemmerling (@LKaemmerling)

View file

@ -24,7 +24,7 @@ short_description: Gather infos about your Hetzner Cloud servers.
description:
- Gather infos about your Hetzner Cloud servers.
- This module was called C(hcloud_server_facts) before Ansible 2.9, returning C(ansible_facts) and C(hcloud_server_facts).
Note that the M(hcloud_server_info) module no longer returns C(ansible_facts) and the value was renamed to C(hcloud_server_info)!
Note that the M(hetzner.hcloud.hcloud_server_info) module no longer returns C(ansible_facts) and the value was renamed to C(hcloud_server_info)!
author:
- Lukas Kaemmerling (@LKaemmerling)

View file

@ -24,7 +24,7 @@ short_description: Gather infos about the Hetzner Cloud server types.
description:
- Gather infos about your Hetzner Cloud server types.
- This module was called C(hcloud_server_type_facts) before Ansible 2.9, returning C(ansible_facts) and C(hcloud_server_type_facts).
Note that the M(hcloud_server_type_info) module no longer returns C(ansible_facts) and the value was renamed to C(hcloud_server_type_info)!
Note that the M(hetzner.hcloud.hcloud_server_type_info) module no longer returns C(ansible_facts) and the value was renamed to C(hcloud_server_type_info)!
author:
- Lukas Kaemmerling (@LKaemmerling)

View file

@ -21,7 +21,7 @@ short_description: Gather infos about your Hetzner Cloud ssh_keys.
description:
- Gather facts about your Hetzner Cloud ssh_keys.
- This module was called C(hcloud_ssh_key_facts) before Ansible 2.9, returning C(ansible_facts) and C(hcloud_ssh_key_facts).
Note that the M(hcloud_ssh_key_info) module no longer returns C(ansible_facts) and the value was renamed to C(hcloud_ssh_key_info)!
Note that the M(hetzner.hcloud.hcloud_ssh_key_info) module no longer returns C(ansible_facts) and the value was renamed to C(hcloud_ssh_key_info)!
author:
- Christopher Schmitt (@cschmitt-hcloud)
options: