github.com/rancher/elemental/tests@v0.0.0-20240517125144-ae048c615b3f/cypress/latest/fixtures/custom_cloud-config_with_reset.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        poweroff: true
    15        debug: true
    16        device-selector:
    17        - key: Name
    18          operator: In
    19          values:
    20            - /dev/sda
    21            - /dev/vda
    22            - /dev/nvme0n1
    23        - key: Size
    24          operator: Gt
    25          values:
    26            - 25Gi
    27        snapshotter:
    28          type: btrfs
    29      reset:
    30        debug: true
    31        enabled: true
    32        reset-persistent: true
    33        reset-oem: true
    34        power-off: false
    35        reboot: true
    36  machineName: ${System Data/Runtime/Hostname}