@installdoc/ansible-gas-station
Version:
An Ansible playbook that provisions your network with software from GitHub Awesome lists, developed with disaster recovery in mind ⛽🔥🤤
15 lines (14 loc) • 573 B
YAML
# disk_configs stores the information necessary to configure disks and partitions
# Example usage of disk_configs:
# disk_configs:
# - label: Auxilary
# path: /dev/nvme0n1
# fstab: LABEL=Auxilary /mnt/auxilary auto nosuid,nodev,nofail,x-gvfs-show,x-gvfs-name=Auxilary 0 0
# - label: Movies
# path: /dev/sda
# fstab: LABEL=Movies /mnt/movies auto nosuid,nodev,nofail,x-gvfs-show,x-gvfs-name=Movies 0 0
# - label: TV
# path: /dev/sdb
# fstab: LABEL=TV /mnt/tv auto nosuid,nodev,nofail,x-gvfs-show,x-gvfs-name=TV%20Shows 0 0
disk_configs: []