#cloud-config
disable_root: False
ssh_pwauth: True
chpasswd:
  list: |
    root:root
  expire: False
bootcmd:
- [ sh, -c, 'sudo echo GRUB_CMDLINE_LINUX=\"intel_iommu=on\" >> /etc/default/grub' ]
- [ sh, -c, 'sudo update-grub' ]
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
