#cloud-config packages: - nginx runcmd: - systemctl enable nginx - rm /var/www/html/* - echo "Hello! I am Nginx @ $(curl -s ipinfo.io/ip)! This record added at $(date -u)." >>/var/www/html/index.html