17 lines
266 B
INI
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
|