summaryrefslogtreecommitdiff
path: root/others/user-data
blob: 795fb19941227d948d4aff69bcc76d32ac3fdb45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#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