#cloud-config package_update: true package_upgrade: true users: - name: ubuntu sudo: ALL=(ALL) NOPASSWD:ALL groups: sudo shell: /bin/bash ssh_authorized_keys: - ssh-ed25519 AAAA...replace_with_your_pubkey runcmd: - [ sh, -lc, 'echo Railiance seed host initialized' ]