rougail-tutorials/Rougail
Emmanuel Garette dce9304b17 [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
2023-12-18 11:34:30 +01:00
..
socle [tutorial Rougail 1.2] a port variable 2023-12-18 11:34:30 +01:00
inventory.py [init] Discover Rougail 2023-12-18 11:34:29 +01:00