mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2025-12-16 14:02:15 +11:00
remove cluster IP from no_proxy
This commit is contained in:
parent
6edb8a4e17
commit
36841e9ecd
1 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ extra_settings: |
|
||||||
- setting: AWX_TASK_ENV['HTTPS_PROXY']
|
- setting: AWX_TASK_ENV['HTTPS_PROXY']
|
||||||
value: "'http://proxy.example.com:3128'"
|
value: "'http://proxy.example.com:3128'"
|
||||||
- setting: AWX_TASK_ENV['NO_PROXY']
|
- setting: AWX_TASK_ENV['NO_PROXY']
|
||||||
value: "'10.43.0.1,ansible03,localhost,.example.com,127.0.0.1'"
|
value: "'localhost,.example.com,127.0.0.1'"
|
||||||
```
|
```
|
||||||
|
|
||||||
You may have to adjust your settings to match your environment.
|
You may have to adjust your settings to match your environment.
|
||||||
|
|
@ -25,5 +25,5 @@ kubectl apply -k base
|
||||||
|
|
||||||
Now you need to wait some time until K3S has restarted all your pods.
|
Now you need to wait some time until K3S has restarted all your pods.
|
||||||
|
|
||||||
After logging in you can navigate to `Settings` -> `Jobs Settings` and find your proxy settings in the `Extra Environment Variables` block:
|
After logging in you can navigate to `Settings` -> `Jobs Settings` and find your proxy settings in the `Extra Environment Variables` block.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue