Skip to content

Commit

Permalink
Update branding for 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms committed May 16, 2022
1 parent 3e77afd commit c5d5806
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion roles/cloud_connector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Required:

Optional:

- `foreman_cloud_connector_http_proxy`: HTTP proxy for RHC to use
- `satellite_cloud_connector_http_proxy`: HTTP proxy for RHC to use

Example Playbooks
-----------------
Expand Down
2 changes: 1 addition & 1 deletion roles/cloud_connector/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

- name: Configure HTTP proxy
include: http_proxy.yml
when: foreman_cloud_connector_http_proxy is defined
when: satellite_cloud_connector_http_proxy is defined

- name: Cleanup receptor
include: cleanup_receptor.yml
4 changes: 2 additions & 2 deletions roles/cloud_connector/templates/proxy.conf.j2
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[Service]
Environment=HTTPS_PROXY={{ foreman_cloud_connector_http_proxy }}
Environment=NO_PROXY={{ foreman_cloud_connector_url }}
Environment=HTTPS_PROXY={{ satellite_cloud_connector_http_proxy }}
Environment=NO_PROXY={{ satellite_cloud_connector_url }}

0 comments on commit c5d5806

Please sign in to comment.