cloud_init.yaml, intented to be shared

This commit is contained in:
Lukas Greve
2025-09-04 11:31:28 +02:00
parent ac81cb65ce
commit 7e470c0bc4

View File

@@ -0,0 +1,18 @@
#cloud-config
# vim: syntax=yaml
# examples:
# https://cloudinit.readthedocs.io/en/latest/topics/examples.html
---
ssh_pwauth: true
disable_root: false
chpasswd:
list: |
root:password
expire: false
users:
- name: ubuntu
sudo: ALL=(ALL) NOPASSWD:ALL
groups: users, admin
home: /home/ubuntu
shell: /bin/bash
lock_passwd: false