# Pastebin 1Pcoyk1G #cloud-config output: all: '>> /var/log/cloud-init-output.log' password: UNENCRYPTEDPASSWORD disable_root: 0 runcmd: - 'sed -i ''/^datasource_list: /d'' /etc/cloud/cloud.cfg; echo ''datasource_list: ["NoCloud", "ConfigDrive"]'' >> /etc/cloud/cloud.cfg' ssh_deletekeys: 'true' ssh_pwauth: true chpasswd: expire: false user: root