Emmanuel Garette
9d6cacfcf6
Apero configuration =================== Add access variables (login and password) --- env_apero: access: - login: srep password: oIJuheu27__u2 - login: snom password: oIJuheu27__u2 Examples of Ops inventory file ============================== 1/ VALID: 2/ INVALID, login and password are mandatory if a list is set: --- env_apero: access: - login: srep - login:
5.3 KiB
5.3 KiB
Table of Contents
Variables
HTTP(s) proxy server overview and configuration (env_proxy)
A proxy server acts as an intermediary gateway between a client and another HTTP(s) server, such as the Internet.
It makes service requests on behalf of a local client and allows the client to make network connections to network services outside its own network.
Parameter | Comment |
---|---|
hostmandatory Type: domainname |
The proxy server’s address. Specifies the hostname of proxy server to enable proxy server access to all of your HTTP(s) requests. . Example: proxy.silique.fr |
portmandatory Type: port |
The proxy server's port. Default: 3128 |
no_proxymultiple Type: domainname |
Exclude proxy server. Network address(es), network address range(s) and domains to exclude from using the proxy when initiating connection(s). . Examples: 192.168.1.1, 192.168.10.0/24, www.silique.fr, .internal.silique.fr |
Apero service (env_apero)
Add access informations to Apero service (env_apero.access)
To access to Apero service, other services need an account and a password.
This family is a leadership.
Parameter | Comment |
---|---|
loginmultiple Type: unix_user |
Login name. The account name is typically the name of foreign services. . Example: srep |
passwordmandatory Type: secret |
Password. |
Example with mandatories variables
env_proxy:
host: proxy.silique.fr
Example with all variables
env_proxy:
host: proxy.silique.fr
port: '3128'
no_proxy:
- 192.168.1.1
- 192.168.10.0/24
- www.silique.fr
- .internal.silique.fr
env_apero:
access:
- login: srep
password: xxx