mirror of
https://github.com/clearlinux/micro-config-drive.git
synced 2026-09-03 20:21:34 +00:00
18 lines
272 B
Plaintext
18 lines
272 B
Plaintext
#cloud-config
|
|
users:
|
|
- name: clear
|
|
groups: wheelnopw
|
|
ssh_authorized_keys:
|
|
- SSH_TEST_KEY_STRING_1
|
|
- SSH_TEST_KEY_STRING_2
|
|
- SSH_TEST_KEY_STRING_3
|
|
hostname: myhostname
|
|
#cloud-config
|
|
|
|
users:
|
|
- name: test1
|
|
groups: group1
|
|
- name: test2
|
|
groups: group2
|
|
|