mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
doc.ref.configuration.minion: add proxy vars
This commit is contained in:
parent
7ef10f6de6
commit
478def4923
1 changed files with 51 additions and 0 deletions
|
@ -923,6 +923,57 @@ talking to the intended master.
|
|||
|
||||
syndic_finger: 'ab:30:65:2a:d6:9e:20:4f:d8:b2:f3:a7:d4:65:50:10'
|
||||
|
||||
.. conf_minion:: proxy_host
|
||||
|
||||
``proxy_host``
|
||||
--------------
|
||||
|
||||
Default: ``''``
|
||||
|
||||
The hostname used for HTTP proxy access.
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
proxy_host: proxy.my-domain
|
||||
|
||||
.. conf_minion:: proxy_port
|
||||
|
||||
``proxy_port``
|
||||
--------------
|
||||
|
||||
Default: ``0``
|
||||
|
||||
The port number used for HTTP proxy access.
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
proxy_port: 31337
|
||||
|
||||
.. conf_minion:: proxy_username
|
||||
|
||||
``proxy_username``
|
||||
--------------
|
||||
|
||||
Default: ``''``
|
||||
|
||||
The username used for HTTP proxy access.
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
proxy_username: charon
|
||||
|
||||
.. conf_minion:: proxy_password
|
||||
|
||||
``proxy_password``
|
||||
--------------
|
||||
|
||||
Default: ``''``
|
||||
|
||||
The password used for HTTP proxy access.
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
proxy_password: obolus
|
||||
|
||||
Minion Module Management
|
||||
========================
|
||||
|
|
Loading…
Add table
Reference in a new issue