## template: jinja #cloud-config package_upgrade: true packages: - nginx write_files: - owner: www-data:www-data path: /var/www/html/index.html content: |

Hello from {{ v1.local_hostname }}!