---
pulp_default_admin_password: password
pulp_upgrade: true
pulp_install_source: packages
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.7/el{{ ansible_distribution_major_version }}/$basearch/"
# Setting this not because it should have any effect, but to test that it
# doesn't:
pulp_pkg_upgrade_all: true
