[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
This commit is contained in:
egarette@silique.fr 2023-12-18 11:34:32 +01:00
parent f1a276f3d5
commit 76232d8b6b

View file

@ -37,3 +37,4 @@ env_proxy:
- 192.168.10.0/24
- www.silique.fr
- .internal.silique.fr
mandatory: false