Hetzner Cloud Terraform setup

This commit is contained in:
2022-07-14 02:56:08 +02:00
parent ec43fe2fd3
commit 1fab179066
12 changed files with 276 additions and 0 deletions

View File

@ -0,0 +1 @@
{"ignition":{"version":"3.0.0"},"passwd":{"users":[{"name":"core","sshAuthorizedKeys":["${ssh_public_key}"]}]}}

View File

@ -0,0 +1,12 @@
---
all:
hosts:
${server_under_test_hostname}:
ansible_host: ${server_under_test_ip}
ansible_user: core
ansible_ssh_private_key_file: ${ssh_private_key_file}
network_interface: ens3
children:
unprovisioned:
hosts:
${server_under_test_hostname}: null