Salt proxy state
New in version 2015.8.2.
State to deploy and run salt-proxy processes on a minion.
Set up pillar data for your proxies per the documentation.
Run the state as below
..code-block:: yaml
- salt-proxy-configure:
- salt_proxy.configure_proxy:
- proxyname: p8000
- start: True
This state will configure the salt proxy settings within /etc/salt/proxy (if /etc/salt/proxy doesn't exists) and start the salt-proxy process (default true), if it isn't already running.
Create the salt proxy file and start the proxy process if required
Parameters: |
|
---|
Example:
..code-block:: yaml
- salt-proxy-configure:
- salt_proxy.configure_proxy:
- proxyname: p8000
- start: True
© 2019 SaltStack.
Licensed under the Apache License, Version 2.0.
https://docs.saltstack.com/en/latest/ref/states/all/salt.states.salt_proxy.html