netz39-infra-ansible/host-plumbum.yml

12 lines
222 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:
- directory: "/srv/nfs"
2023-10-09 22:35:34 +02:00
hosts: "*.n39.eu"
2023-10-09 21:23:32 +02:00
options: rw,sync,no_subtree_check