Hetzner Cloud Terraform setup
This commit is contained in:
1
restore-tests/templates/ansible.ign.tpl
Normal file
1
restore-tests/templates/ansible.ign.tpl
Normal file
@ -0,0 +1 @@
|
||||
{"ignition":{"version":"3.0.0"},"passwd":{"users":[{"name":"core","sshAuthorizedKeys":["${ssh_public_key}"]}]}}
|
12
restore-tests/templates/inventory.yaml.tpl
Normal file
12
restore-tests/templates/inventory.yaml.tpl
Normal 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
|
Reference in New Issue
Block a user