#cloud-config
disable_root: False
ssh_pwauth: True
chpasswd:
  list: |
    root:root
  expire: False
package_update: true
package_upgrade: true
packages:
- htop
- lshw
- pciutils
final_message: "The system is up, after $UPTIME seconds"
power_state:
  mode: poweroff
  message: So long and thanks for all the fish
  timeout: 30
  condition: True
