#cloud-config #http_proxy: http://my-proxy:3129/ bootcmd: - /subiquity/network_up.sh password: passw0rd chpasswd: { expire: False } output: {all: '| tee -a /var/log/cloud-init-output.log'} #packages runcmd: - tar -C /usr/local -xf /tmp/subiquity.tar - (cd /usr/local && bin/curtin-archive extract --no-execute) - /subiquity/installer.sh write_files: