netz39-infra-ansible/host-plumbum.yml
Alexander Dahl bc43af38d9 🚨 Add names to plays to fix name[play] linter warnings
Adds basic descriptions on what those host are supposed to do.
2025-03-02 09:22:05 +01:00

15 lines
431 B
YAML

---
- name: Setup things on host 'plumbum' (nfs server)
hosts: plumbum.n39.eu
become: true
roles:
- role: nfs_host
vars:
nfs_host_exports:
- directory: "/srv/nfs/backup"
hosts: "*.n39.eu"
options: rw,sync,no_subtree_check,no_root_squash
- directory: "/srv/nfs/ephemeral"
hosts: "*.n39.eu"
options: rw,sync,no_subtree_check,no_root_squash