github.com/rancher/elemental/tests@v0.0.0-20240517125144-ae048c615b3f/cypress/latest/fixtures/custom_cloud-config.yaml (about) 1 config: 2 cloud-config: 3 users: 4 - name: root 5 passwd: r0s@pwd1 6 write_files: 7 - path: /etc/ssh/sshd_config 8 content: | 9 PermitRootLogin yes 10 owner: root:root 11 permissions: 644 12 elemental: 13 install: 14 device-selector: 15 - key: Name 16 operator: In 17 values: 18 - /dev/sda 19 - /dev/vda 20 - /dev/nvme0n1 21 - key: Size 22 operator: Gt 23 values: 24 - 25Gi 25 snapshotter: 26 type: btrfs 27 poweroff: true 28 debug: true 29 machineName: ${System Data/Runtime/Hostname}