mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
##### SUMMARY Setup new temporary project service for integration tests. - Use the hc-integrations-test.de domain for certificates creation - Use new Hetzner account vSwitch - Use new Hetzner account server IP - Create snapshots during setup (instead of "always-there-snapshot")
6 lines
273 B
YAML
6 lines
273 B
YAML
# Copyright: (c) 2019, 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)
|
|
---
|
|
hcloud_server_name: "{{ hcloud_ns }}"
|
|
hcloud_snapshot_name: "{{ hcloud_ns }}"
|
|
hcloud_image_name: ubuntu-22.04
|