mirror of
https://github.com/acaloiaro/sfos
synced 2026-07-21 10:12:24 +00:00
8 lines
174 B
Smarty
8 lines
174 B
Smarty
#cloud-config
|
|
users:
|
|
- name: sfos
|
|
groups: users, admin
|
|
sudo: ALL=(ALL) NOPASSWD:ALL
|
|
shell: /bin/bash
|
|
ssh_authorized_keys:
|
|
- ${ admin_ssh_public_key }
|