MicroOS with single disk #5
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user