mirror of
https://github.com/fscotto/infra.git
synced 2026-09-27 11:02:47 +00:00
20 lines
474 B
Plaintext
20 lines
474 B
Plaintext
# Bootstrap monouso per Fedora CoreOS su Aegis.
|
|
# Sostituire le chiavi SSH prima di generare Ignition con butane --strict.
|
|
variant: fcos
|
|
version: 1.6.0
|
|
passwd:
|
|
users:
|
|
- name: core
|
|
ssh_authorized_keys:
|
|
- "ssh-ed25519 CHANGEME_AEGIS_SSH_PUBLIC_KEY"
|
|
- name: pi
|
|
ssh_authorized_keys:
|
|
- "ssh-ed25519 CHANGEME_AEGIS_SSH_PUBLIC_KEY"
|
|
storage:
|
|
files:
|
|
- path: /etc/hostname
|
|
mode: 0644
|
|
contents:
|
|
inline: |
|
|
aegis
|