From 76232d8b6baa6806ad5d3c51fb8725780061c48f Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Mon, 18 Dec 2023 11:34:32 +0100 Subject: [PATCH] [tutorial Rougail 1.5] variable is not mandatory Proxy configuration =================== The variable env_proxy.no_proxy is not mandatory Examples of Ops inventory file ============================== Modify the file: Ops/group_vars/all.yml 1/ VALID: --- env_proxy: host: proxy.example.net no_proxy: - localhost - 192.168.1.1 - .ac-dijon.fr 2/ VALID: --- env_proxy: host: proxy.example.net --- Rougail/socle/03-proxy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Rougail/socle/03-proxy.yml b/Rougail/socle/03-proxy.yml index 88a21e2..fc786af 100644 --- a/Rougail/socle/03-proxy.yml +++ b/Rougail/socle/03-proxy.yml @@ -37,3 +37,4 @@ env_proxy: - 192.168.10.0/24 - www.silique.fr - .internal.silique.fr + mandatory: false