annotate files/fstab/dot @ 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 |
10cdb8df2ab5 |
children |
|
rev |
line source |
71
|
1 # written by pyinfra
|
|
2
|
|
3 # <file system> <mount point> <type> <options> <dump> <pass>
|
109
|
4
|
|
5
|
217
|
6
|
|
7 /dev/disk/by-uuid/a9403f0b-aa16-4096-ab0d-2e2069d3f18a / ext4 defaults 0 1
|
|
8
|
|
9 /dev/mapper/ubuntu--vg-ubuntu--lv /d2 ext4 defaults 0 1
|
109
|
10 /dev/disk/by-uuid/5a6ce8db-cde0-4c26-b6a4-08faef2e01a2 /d3 ext4 defaults 0 1
|