From 4ce19f9a69870c74d2fffb290f9c1c9e69fb836d Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Wed, 10 Jun 2026 22:28:10 +0200 Subject: [PATCH] [tutorial v1.1_110] A conditional disabled non mandatory variable with type domainname and parameters --- firefox/40-no_proxy.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 firefox/40-no_proxy.yml diff --git a/firefox/40-no_proxy.yml b/firefox/40-no_proxy.yml new file mode 100644 index 0000000..5722623 --- /dev/null +++ b/firefox/40-no_proxy.yml @@ -0,0 +1,17 @@ +%YAML 1.2 +--- +version: 1.1 + +no_proxy: + description: Address for which proxy will be desactivated + type: domainname + params: + allow_ip: true + allow_cidr_network: true + allow_without_dot: true + allow_startswith_dot: true + mandatory: false + disabled: + variable: _.proxy_mode + when: No proxy +...