home_server/server-0.bu

27 lines
703 B
Plaintext
Raw Normal View History

2023-06-02 23:19:26 +00:00
variant: fcos
version: 1.4.0
passwd:
users:
2023-06-02 23:34:31 +00:00
- name: core
ssh_authorized_keys:
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDR7q2FfdizNkvel66N/jHcwlEA8R5JEOneKXshMWqkX jeff@station-1
2023-06-04 13:22:55 +00:00
password_hash: $y$j9T$kNtG1zoLVEs5WhA3pE5Eh1$sKckG1SOcZ/p5Vw/4bqSgttLOW5z6WonOtoW6E91mt3
storage:
2023-06-09 16:17:21 +00:00
files:
- path: /etc/exports
contents:
inline: /storage-0 192.168.1.*(rw,sync)
2023-06-04 13:22:55 +00:00
disks:
2023-06-10 21:22:18 +00:00
- device: /dev/sda
2023-06-04 13:22:55 +00:00
wipe_table: true
partitions:
- number: 1
2023-06-10 21:22:18 +00:00
label: storage-0
2023-06-03 23:04:25 +00:00
filesystems:
2023-06-09 16:17:21 +00:00
- path: /storage-0
2023-06-04 22:43:03 +00:00
device: /dev/disk/by-partlabel/storage-0
format: btrfs
2023-06-10 21:22:18 +00:00
label: storage-0
2023-06-10 21:35:49 +00:00
wipe_filesystem: true
2023-06-04 22:43:03 +00:00
with_mount_unit: true