netz39-infra-ansible/host-plumbum.yml

15 lines
379 B
YAML
Raw Normal View History

2023-10-09 21:23:32 +02:00
---
- hosts: plumbum.n39.eu
become: true
roles:
- role: nfs-host
vars:
nfs_host_exports:
2023-12-28 14:46:56 +01:00
- directory: "/srv/nfs/backup"
hosts: "*.n39.eu"
options: rw,sync,no_subtree_check,no_root_squash
2023-12-28 14:46:56 +01:00
- directory: "/srv/nfs/ephemeral"
2023-10-09 22:35:34 +02:00
hosts: "*.n39.eu"
options: rw,sync,no_subtree_check,no_root_squash