k8s-sig-cluster-lifecycleawskubesprayhigh-availabilityansiblekubernetes-clustergcekubernetesbare-metal
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
359 B
16 lines
359 B
---
|
|
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}
|