From dce9304b17e1199c55277ccf06efeecb67f2dc8c Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Mon, 18 Dec 2023 11:34:30 +0100 Subject: [PATCH] [tutorial Rougail 1.2] a port variable Proxy configuration =================== Add the env_proxy.port variable --- env_proxy: host: proxy.example.net port: "3128" Examples of Ops inventory file ============================== 1/ INVALID only with rougail: --- env_proxy: host: proxy.example.net port: 3128 2/ INVALID, port is missing: --- env_proxy: host: proxy.example.net --- Rougail/socle/03-proxy.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Rougail/socle/03-proxy.yml b/Rougail/socle/03-proxy.yml index 41e290c..da353a1 100644 --- a/Rougail/socle/03-proxy.yml +++ b/Rougail/socle/03-proxy.yml @@ -16,3 +16,8 @@ env_proxy: type: domainname test: - proxy.silique.fr + port: + description: The proxy server's port + type: port + test: + - "3128"