diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 740ab73..a524eb2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: diff --git a/changelogs/config.yaml b/changelogs/config.yaml index a2cb11b..f3f52f8 100644 --- a/changelogs/config.yaml +++ b/changelogs/config.yaml @@ -25,4 +25,4 @@ sections: - Bugfixes - - known_issues - Known Issues -title: Hetzner Cloud +title: Hetzner Cloud Ansible Collection diff --git a/meta/runtime.yml b/meta/runtime.yml index be8fccb..1f7fb2f 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -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 diff --git a/plugins/modules/hcloud_datacenter_info.py b/plugins/modules/hcloud_datacenter_info.py index 9625274..0dbdb64 100644 --- a/plugins/modules/hcloud_datacenter_info.py +++ b/plugins/modules/hcloud_datacenter_info.py @@ -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: diff --git a/plugins/modules/hcloud_floating_ip_info.py b/plugins/modules/hcloud_floating_ip_info.py index 95086c6..e0a5b94 100644 --- a/plugins/modules/hcloud_floating_ip_info.py +++ b/plugins/modules/hcloud_floating_ip_info.py @@ -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) diff --git a/plugins/modules/hcloud_image_info.py b/plugins/modules/hcloud_image_info.py index 2cd506d..abd0d8e 100644 --- a/plugins/modules/hcloud_image_info.py +++ b/plugins/modules/hcloud_image_info.py @@ -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) diff --git a/plugins/modules/hcloud_location_info.py b/plugins/modules/hcloud_location_info.py index bba440f..b3348ac 100644 --- a/plugins/modules/hcloud_location_info.py +++ b/plugins/modules/hcloud_location_info.py @@ -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) diff --git a/plugins/modules/hcloud_server_info.py b/plugins/modules/hcloud_server_info.py index 3a488d7..aab45d7 100644 --- a/plugins/modules/hcloud_server_info.py +++ b/plugins/modules/hcloud_server_info.py @@ -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) diff --git a/plugins/modules/hcloud_server_type_info.py b/plugins/modules/hcloud_server_type_info.py index 8415de0..ba850bb 100644 --- a/plugins/modules/hcloud_server_type_info.py +++ b/plugins/modules/hcloud_server_type_info.py @@ -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) diff --git a/plugins/modules/hcloud_ssh_key_info.py b/plugins/modules/hcloud_ssh_key_info.py index d56a40f..999a05b 100644 --- a/plugins/modules/hcloud_ssh_key_info.py +++ b/plugins/modules/hcloud_ssh_key_info.py @@ -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: