Skip to content

Instantly share code, notes, and snippets.

@mikedep333
Last active July 30, 2020 20:57
Show Gist options
  • Save mikedep333/5cd62d1dc4772a37a9496ccbde8097a5 to your computer and use it in GitHub Desktop.
Save mikedep333/5cd62d1dc4772a37a9496ccbde8097a5 to your computer and use it in GitHub Desktop.
Pulp install from katello repo on el7 / el8
---
- hosts: all
vars:
pulp_settings:
secret_key: secret
content_origin: "https://{{ ansible_fqdn }}"
pulp_default_admin_password: password
pulp_install_source: packages
pulp_install_plugins:
# galaxy-ng: {}
pulp-ansible: {}
# pulp-certguard: {}
pulp-container: {}
# pulp-cookbook: {}
# pulp-deb: {}
# pulp-file: {}
# pulp-gem: {}
# pulp-maven: {}
# pulp-npm: {}
# pulp-python: {}
# pulp-rpm: {}
pulp_pkg_repo: "https://fedorapeople.org/groups/katello/releases/yum/nightly/pulpcore/el{{ ansible_distribution_major_version }}/x86_64/"
# Some defaults you may change. See this for more info:
# https://github.com/pulp/pulp_installer/tree/master/roles/pulp_common#role-variables-if-installing-from-rpms
# pulp_pkg_name_prefix: "python3-"
# pulp_pkg_pulpcore_name: "{{ pulp_pkg_name_prefix }}pulpcore"
# pulp_pkg_undeclared_deps:
# - python3-psycopg2
# - pulpcore-selinux
# - python3-djangorestframework
# - python3-djangorestframework-queryfields
# pulp_pkg_upgrade_all: false
# pulp_upgrade: false
roles:
- pulp.pulp_installer.pulp_all_services
environment:
DJANGO_SETTINGS_MODULE: pulpcore.app.settings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment