22 lines
498 B
Django/Jinja
22 lines
498 B
Django/Jinja
# Managed by Ansible — Set-OPS
|
|
|
|
datasource_list: [ NoCloud, ConfigDrive, None ]
|
|
|
|
preserve_hostname: false
|
|
manage_etc_hosts: {{ cloud_init_manage_etc_hosts | bool | lower }}
|
|
disable_root: {{ cloud_init_disable_root | bool | lower }}
|
|
ssh_pwauth: {{ cloud_init_ssh_pwauth | bool | lower }}
|
|
|
|
ssh_deletekeys: {{ cloud_init_ssh_deletekeys | bool | lower }}
|
|
ssh_genkeytypes:
|
|
- rsa
|
|
- ecdsa
|
|
- ed25519
|
|
|
|
growpart:
|
|
mode: auto
|
|
devices:
|
|
- /
|
|
ignore_growroot_disabled: false
|
|
|
|
resize_rootfs: true
|