ansible/roles/common/vars/mounts.yml

22 lines
313 B
YAML
Raw Permalink Normal View History

2023-09-25 08:40:20 +00:00
# 2023-09-25
# Settings: mounts
---
# New directories to create
mounts_create:
- /mnt/memory
- /mnt/build
- /mnt/cache
# Path to systel fstab file
fstab_path: /etc/fstab
# Directories to mount in fstab
mounts_fstab_append:
- /mnt/memory
- /mnt/build
- /mnt/cache
- /tmp
- /var/log
- /var/tmp