add flatcar support for Hetzner (#9618)

This commit is contained in:
florianow
2022-12-28 03:17:28 +01:00
committed by GitHub
parent 90719a9990
commit 8267922a16
9 changed files with 346 additions and 3 deletions

View File

@@ -0,0 +1,16 @@
---
passwd:
users:
- name: ${user_flatcar}
ssh_authorized_keys: ${ssh_keys}
storage:
files:
- path: /home/core/works
filesystem: root
mode: 0755
contents:
inline: |
#!/bin/bash
set -euo pipefail
hostname="$(hostname)"
echo My name is ${name} and the hostname is $${hostname}