Skip to content
Snippets Groups Projects
userData.yml 208 B
Newer Older
Goik Martin's avatar
Goik Martin committed
#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