12 lines
232 B
YAML
12 lines
232 B
YAML
|
---
|
||
|
- hosts: plumbum.n39.eu
|
||
|
become: true
|
||
|
|
||
|
roles:
|
||
|
- role: nfs-host
|
||
|
vars:
|
||
|
nfs_host_exports:
|
||
|
- directory: "/srv/nfs"
|
||
|
hosts: "k3s-w[0-9]+.n39.eu"
|
||
|
options: rw,sync,no_subtree_check
|