Cloud init example files

#cloud-config
hostname: debug-vm
manage_etc_hosts: true

ssh_pwauth: true

users:
  - name: rhmadm
    gecos: "RHM Admin"
    sudo: ALL=(ALL) NOPASSWD:ALL
    groups: sudo
    shell: /bin/bash

chpasswd:
  list: |
    rhmadm:Passw0rd
  expire: false

package_update: true
packages:
  - qemu-guest-agent