Fix hostname and formatting

This commit is contained in:
Jeff 2023-06-02 19:34:31 -04:00
parent 5bc9f00a74
commit 21e55a4d89
2 changed files with 8 additions and 8 deletions

View File

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

View File

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