Files
Kybus/templates/cloud_init.cfg
2022-12-07 20:20:07 -05:00

17 lines
266 B
INI

#cloud-config
users:
- name: ${init_user_name}
groups: wheel
sudo: ['ALL=(ALL) NOPASSWD:ALL']
shell: /bin/bash
ssh_authorized_keys:
- ${init_ssh_auth_key}
growpart:
mode: auto
devices: ['/']
package_update: true
package_upgrade: false