annotate files/fstab/dash @ 289:65e28d2e0cd8

move static templates to files/ ; use inventory tags for selecting hosts+features ; other refactors
author drewp@bigasterisk.com
date Sun, 21 Apr 2024 17:07:23 -0700
parents ff36727f3a10
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
12
15c5ce7c74b5 refactor, cleanup, split large deploys
drewp@bigasterisk.com
parents: 10
diff changeset
1 # written by pyinfra
15c5ce7c74b5 refactor, cleanup, split large deploys
drewp@bigasterisk.com
parents: 10
diff changeset
2
10
1fec9fe18a4e more system.py cleanup; add pi /boot/config.txt
drewp@bigasterisk.com
parents:
diff changeset
3 # <file system> <mount point> <type> <options> <dump> <pass>
240
b58f05be720a updates for new ubuntu 23.10 install
drewp@bigasterisk.com
parents: 199
diff changeset
4 /dev/disk/by-uuid/d8d23ff1-7c37-4a7d-9fc4-55fc61f912a0 / ext4 defaults 0 1
b58f05be720a updates for new ubuntu 23.10 install
drewp@bigasterisk.com
parents: 199
diff changeset
5 /dev/disk/by-uuid/CB55-821E /boot/efi vfat defaults 0 1
b58f05be720a updates for new ubuntu 23.10 install
drewp@bigasterisk.com
parents: 199
diff changeset
6
247
ff36727f3a10 pkg and host updates
drewp@bigasterisk.com
parents: 240
diff changeset
7 UUID=73bcd201-5f77-4f68-9fba-47835c3c1692 /d2 ext4 defaults 0 0
ff36727f3a10 pkg and host updates
drewp@bigasterisk.com
parents: 240
diff changeset
8 UUID=6cae1c30-3c91-4aa7-9e9f-fcbd7ff706fe /d3 ext4 defaults 0 0
ff36727f3a10 pkg and host updates
drewp@bigasterisk.com
parents: 240
diff changeset
9 UUID=3b6780e0-ec86-43be-8d09-e462dbad762e /d4 ext4 defaults 0 0
ff36727f3a10 pkg and host updates
drewp@bigasterisk.com
parents: 240
diff changeset
10
289
65e28d2e0cd8 move static templates to files/ ; use inventory tags for selecting hosts+features ; other refactors
drewp@bigasterisk.com
parents: 247
diff changeset
11 ditto5:/my /my nfs rw,noatime 0 0