#cloud-config
package_upgrade: true
packages:
 - apache2
 - docker

write_files:
 - content: |
       <h1>Hello Wolrd</h1>
   path: /var/www/html/index.html
