MicroOS with single disk #5

Merged
holger merged 2 commits from setup-fixes-0004 into master 2026-06-21 19:31:35 +00:00
2 changed files with 8 additions and 0 deletions
Showing only changes of commit 452080fb6d - Show all commits
@@ -2,6 +2,10 @@ variant: fcos
version: 1.5.0
passwd:
users:
- name: root
password_hash: "{{ vm_password | password_hash('sha512') }}"
ssh_authorized_keys:
- "{{ lookup('file', vm_ssh_public_key) | trim }}"
- name: {{ vm_user }}
password_hash: "{{ vm_password | password_hash('sha512') }}"
ssh_authorized_keys:
@@ -2,6 +2,10 @@ variant: fcos
version: 1.4.0
passwd:
users:
- name: root
password_hash: "{{ vm_password | password_hash('sha512') }}"
ssh_authorized_keys:
- "{{ lookup('file', vm_ssh_public_key) | trim }}"
- name: {{ vm_user }}
password_hash: "{{ vm_password | password_hash('sha512') }}"
ssh_authorized_keys: