---
pulp_default_admin_password: password
pulp_upgrade: true
pulp_install_source: packages
pulp_api_bind: "unix:/var/run/pulpcore-api/pulpcore-api.sock"
pulp_content_bind: "unix:/var/run/pulpcore-content/pulpcore-content.sock"
pulp_install_plugins:
  pulp-file:
  pulp-rpm:
pulp_settings:
  secret_key: secret
  content_origin: "https://{{ ansible_fqdn }}"
pulp_pkg_repo: "https://yum.theforeman.org/pulpcore/3.6/el{{ ansible_distribution_major_version }}/$basearch/"
