diff --git a/Rougail/socle/06-nfs.yml b/Rougail/socle/06-nfs.yml index 6bd454d..d2c02d8 100644 --- a/Rougail/socle/06-nfs.yml +++ b/Rougail/socle/06-nfs.yml @@ -20,3 +20,14 @@ env_nfs: {% if not socle.env_nfs.configure %} NFS is disabled {% endif %} + device: + default: + type: jinja + jinja: "{{ socle.env_nfs.server }}:/nfs" + hidden: true + disabled: + type: jinja + jinja: | + {% if not socle.env_nfs.configure %} + NFS is disabled + {% endif %}