From ff4fe65d8f1bc4dc52a357d8c6c7f7850e5eab2b Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Mon, 18 Dec 2023 11:34:34 +0100 Subject: [PATCH] [tutorial Rougail 4.0] a boolean variable NFS configuration ================= Need could be activated. In this case, we need to add server domain name --- env_nfs: configure: true --- Rougail/socle/06-nfs.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Rougail/socle/06-nfs.yml diff --git a/Rougail/socle/06-nfs.yml b/Rougail/socle/06-nfs.yml new file mode 100644 index 0000000..9a4abe3 --- /dev/null +++ b/Rougail/socle/06-nfs.yml @@ -0,0 +1,11 @@ +--- +version: "1.0" +env_nfs: + description: NFS configuration + configure: + description: Configure NFS mount + help: | + To share documents between differents services, you need to configure + a NFS server + type: boolean + default: false