yc-alma-docker-platform/meta.yml.example
2024-07-30 17:08:38 +03:00

10 lines
170 B
Plaintext

#cloud-config
users:
- name: <userename>
groups: sudo
shell: /bin/bash
sudo: ["ALL=(ALL) NOPASSWD:ALL"]
ssh-authorized-keys:
- <your-id-rsa.pub>