From 9105813f982210a36b97769b3afbc7143f9f898b Mon Sep 17 00:00:00 2001 From: Samir Jha Date: Wed, 24 Jun 2026 15:38:15 -0400 Subject: [PATCH] Fixes #598 - Add Ansible plugin settings to pulp container settings --- src/roles/pulp/defaults/main.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/roles/pulp/defaults/main.yaml b/src/roles/pulp/defaults/main.yaml index f27b74d83..9938b1afc 100644 --- a/src/roles/pulp/defaults/main.yaml +++ b/src/roles/pulp/defaults/main.yaml @@ -65,6 +65,9 @@ pulp_settings_other_env: ['pulpcore.app.authentication.PulpNoCreateRemoteUserBackend'] PULP_CACHE_ENABLED: "true" PULP_CONTENT_ORIGIN: "{{ pulp_content_origin }}" + PULP_ANSIBLE_API_HOSTNAME: "{{ pulp_content_origin }}" + PULP_ANSIBLE_CONTENT_HOSTNAME: "{{ pulp_content_origin }}/pulp/content" + PULP_ANSIBLE_PERMISSION_CLASSES: "[]" PULP_REDIS_URL: "redis://localhost:6379/8" PULP_REMOTE_USER_ENVIRON_NAME: "HTTP_REMOTE_USER" PULP_REST_FRAMEWORK__DEFAULT_AUTHENTICATION_CLASSES: >-