mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-03 23:51:48 +00:00
##### SUMMARY Deprecate datacenter in `primary ips` and `servers`. See https://docs.hetzner.cloud/changelog#2025-12-16-phasing-out-datacenters.
9 lines
488 B
YAML
9 lines
488 B
YAML
# Copyright: (c) 2022, Hetzner Cloud GmbH <info@hetzner-cloud.de>
|
|
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
|
---
|
|
#- ansible.builtin.include_tasks: test_validation.yml
|
|
- ansible.builtin.include_tasks: test_basic.yml
|
|
- ansible.builtin.include_tasks: test_datacenter.yml
|
|
#- ansible.builtin.include_tasks: test_firewalls.yml
|
|
- ansible.builtin.include_tasks: test_primary_ips.yml
|
|
- ansible.builtin.include_tasks: test_private_network_only.yml
|