---
pulp_default_admin_password: password
pulp_install_plugins:
  # galaxy-ng:
  # pulp-2to3-migration:
  # pulp-ansible:
  # pulp-certguard:
  # pulp-container:
  # pulp-cookbook:
  # pulp-deb:
  pulp-file:
  # pulp-gem:
  # pulp-maven:
  # pulp-npm:
  # pulp-ostree:
  # pulp-python:
  # pulp-rpm:
pulp_settings:
  secret_key: secret
  content_origin: "{{ pulp_webserver_disable_https | default(false) | ternary('http', 'https') }}://{{ ansible_fqdn }}"
