[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:
parent
f1a276f3d5
commit
76232d8b6b
1 changed files with 1 additions and 0 deletions
|
|
@ -37,3 +37,4 @@ env_proxy:
|
|||
- 192.168.10.0/24
|
||||
- www.silique.fr
|
||||
- .internal.silique.fr
|
||||
mandatory: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue