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: >-