This commit is contained in:
Jeff 2023-06-02 19:19:26 -04:00
commit 5bc9f00a74
2 changed files with 15 additions and 0 deletions

14
server-0.bu Normal file
View File

@ -0,0 +1,14 @@
variant: fcos
version: 1.4.0
passwd:
users:
- name: core
ssh_authorized_keys:
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDR7q2FfdizNkvel66N/jHcwlEA8R5JEOneKXshMWqkX jeff@station-1
storage:
files:
- path: /etc/hostname
mode: 0644
contents:
inline: station-0

1
server-0.ign Normal file
View File

@ -0,0 +1 @@
{"ignition":{"version":"3.3.0"},"passwd":{"users":[{"name":"core"}]},"storage":{"files":[{"path":"/etc/hostname","contents":{"compression":"","source":"data:,station-0"},"mode":420}]}}