#cloud-config
user:
  name: ubuntu
  sudo: "ALL=(ALL) ALL"
chpasswd:
  expire: true
  users:
    - name: ubuntu
      password: ubuntu
      type: text
