first functional commit
This commit is contained in:
16
templates/cloud_init.cfg
Normal file
16
templates/cloud_init.cfg
Normal file
@@ -0,0 +1,16 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user