rougail-tutorials/Rougail/socle
Emmanuel Garette 069582559d [tutorial Rougail 1.4] a variable with multiple values
Proxy configuration
===================

Add env_proxy.no_proxy for proxy exception

---
env_proxy:
  host: proxy.example.net
  no_proxy:
    - localhost
    - 192.168.1.1
    - .ac-dijon.fr

Examples of Ops inventory file
==============================

1/ INVALID, must be a list:

---
env_proxy:
  host: proxy.example.net
  no_proxy: localhost

2/ INVALID, an integer:

---
env_proxy:
  host: proxy.example.net
  no_proxy:
    - 1

3/ INVALID, without value:

---
env_proxy:
  host: proxy.example.net
2023-12-18 11:34:31 +01:00
..
00_hosts.yml [init] Discover Rougail 2023-12-18 11:34:29 +01:00
03-proxy.yml [tutorial Rougail 1.4] a variable with multiple values 2023-12-18 11:34:31 +01:00