#cloud-config users: - name: fedora ssh-authorized-keys: - sudo: ['ALL=(ALL) NOPASSWD:ALL'] groups: wheel shell: /bin/bash runcmd: - sudo growpart /dev/sda 1 - sudo xfs_growfs / - sudo dnf install -y vim git - cd /home/fedora - git clone https://git.0nom.ch/setup - sudo ./setup/setup.sh - touch /home/fedora/runcmd_done