feat: Add nfs server to host machines
This commit is contained in:
parent
2b05fc7363
commit
547ab91972
5 changed files with 50 additions and 0 deletions
3
roles/nfs/templates/exports.jinja
Normal file
3
roles/nfs/templates/exports.jinja
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{% for line in nfs_export_lines %}
|
||||
{{ line }}
|
||||
{% endfor %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue