From 0e2b6bc3bd1cd0cfcf00e22816c9723a22502e15 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 1 Jan 2022 23:57:03 +0100 Subject: fix and slightly improve hetzner cloud installer --- inventory/host_vars/ch-testvm-hcloud.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 inventory/host_vars/ch-testvm-hcloud.yml (limited to 'inventory/host_vars') diff --git a/inventory/host_vars/ch-testvm-hcloud.yml b/inventory/host_vars/ch-testvm-hcloud.yml new file mode 100644 index 00000000..bd6d0ba8 --- /dev/null +++ b/inventory/host_vars/ch-testvm-hcloud.yml @@ -0,0 +1,9 @@ +--- +install: + cloud: + credentials: + token: "{{ vault_hcloud_api_token }}" + +network: {} + +apt_repo_provider: hetzner -- cgit v1.2.3