Skip to content

Commit

Permalink
correctly set rhsm url to $FQDN/rhsm
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni authored and ehelms committed Nov 18, 2024
1 parent 2a7b38f commit d9f1896
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions roles/foreman_proxy/defaults/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ foreman_proxy_container_image: "quay.io/evgeni/foreman-proxy-rpm"
foreman_proxy_container_tag: "nightly"
foreman_proxy_pulp_url: "https://{{ ansible_fqdn }}"
foreman_proxy_pulp_content_url: "{{ foreman_proxy_pulp_url }}/pulp/content/"
foreman_proxy_pulp_rhsm_url: "https://{{ ansible_fqdn }}/rhsm"
2 changes: 1 addition & 1 deletion roles/foreman_proxy/templates/pulpcore.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
:content_app_url: {{ foreman_proxy_pulp_content_url }}
:mirror: false
:client_authentication: ["client_certificate"]
#:rhsm_url: https://localhost/rhsm
:rhsm_url: {{ foreman_proxy_pulp_rhsm_url }}

0 comments on commit d9f1896

Please sign in to comment.