We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84a5a67 commit f87525fCopy full SHA for f87525f
playbooks/deploy.yaml
@@ -28,6 +28,7 @@
28
httpd_server_certificate: "{{ certificates_ca_directory }}/certs/{{ certificates_server }}.crt"
29
httpd_server_key: "{{ certificates_ca_directory }}/private/{{ certificates_server }}.key"
30
pulp_db_password: "CHANGEME"
31
+ content_origin: "https://{{ ansible_fqdn }}"
32
postgresql_databases:
33
- name: candlepin
34
owner: candlepin
roles/pulp/templates/settings.py.j2
@@ -1,4 +1,4 @@
1
-CONTENT_ORIGIN="http://{{ ansible_hostname }}:24816"
+CONTENT_ORIGIN="http://{{ ansible_fqdn }}:24816"
2
CACHE_ENABLED=True
3
REDIS_HOST="localhost"
4
REDIS_PORT=6379
0 commit comments