Created
December 15, 2020 16:24
-
-
Save matti/737a45425ca365397403c4a511280ee0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| passwd: | |
| users: | |
| - name: core | |
| ssh_authorized_keys: | |
| - ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJn/Y0Iw1lsUSQkQK/GeMUQDv/+VjEZ2sGWlFWMz/iGv mpa | |
| storage: | |
| disks: | |
| - device: /dev/sda | |
| wipe_table: true | |
| partitions: | |
| - label: ROOT | |
| filesystems: | |
| - name: fs | |
| mount: | |
| device: "/dev/disk/by-partlabel/ROOT" | |
| format: "ext4" | |
| wipe_filesystem: true | |
| label: ROOT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment