diff --git a/Rougail/socle/06-nfs.yml b/Rougail/socle/06-nfs.yml index 9a4abe3..6bd454d 100644 --- a/Rougail/socle/06-nfs.yml +++ b/Rougail/socle/06-nfs.yml @@ -9,3 +9,14 @@ env_nfs: a NFS server type: boolean default: false + server: + description: NFS server name + help: Configure NFS server only if env_nfs.configure is true + type: domainname + default: nfs.silique.fr + disabled: + type: jinja + jinja: | + {% if not socle.env_nfs.configure %} + NFS is disabled + {% endif %}