Skip to content

Instantly share code, notes, and snippets.

@rochacbruno
Created June 8, 2021 18:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rochacbruno/75c363eab2dff62f9d48cba47535c072 to your computer and use it in GitHub Desktop.
Save rochacbruno/75c363eab2dff62f9d48cba47535c072 to your computer and use it in GitHub Desktop.
---
# Pulp Source
pulp_source_dir: "/home/vagrant/devel/pulpcore"
pulp_pip_editable: true
pulp_git_url: https://github.com/pulp/pulpcore.git
pulp_git_revision: "3.11"
# Pulp plugins and Python libs
pulp_install_plugins:
pulp-ansible:
source_dir: "/home/vagrant/devel/pulp_ansible"
git_url: https://github.com/pulp/pulp_ansible.git
git_revision: "0.7.3"
pulp-container:
source_dir: "/home/vagrant/devel/pulp_container"
git_url: https://github.com/pulp/pulp_container.git
git_revision: "2.5.3"
galaxy-importer:
source_dir: "/home/vagrant/devel/galaxy-importer"
git_url: https://github.com/ansible/galaxy-importer.git
git_revision: "v0.3.2"
galaxy-ng:
source_dir: "/home/vagrant/devel/galaxy_ng"
# Pulp configuration
pulpcore_version: 3.11
pulp_devel_supplement_bashrc: true
pulp_default_admin_password: password
pulp_webserver_disable_https: true
pulp_user: "vagrant"
developer_user: "vagrant"
developer_user_home: "/home/vagrant"
pulp_workers: 4
pulp_api_workers: 4
pulp_settings:
secret_key: "unsafe_default"
content_origin: "http://{{ ansible_fqdn }}"
x_pulp_api_host: 127.0.0.1
x_pulp_api_port: 24817
x_pulp_api_user: "admin"
x_pulp_api_password: "{{ pulp_default_admin_password }}"
x_pulp_api_prefix: "pulp_ansible/galaxy/automation-hub/api"
galaxy_require_content_approval: "False"
pulp_token_auth_disabled: "True"
galaxy_api_default_distribution_base_path: "published"
# Galaxy Configuration
# Set this __galaxy variables according to your needs.
# __galaxy_profile: 'insights'or 'standalone'
__galaxy_profile: 'standalone'
# __galaxy_dev_source_path: `:` separated relative paths to the repos you cloned.
__galaxy_dev_source_path: 'pulpcore:pulp_ansible:pulp_container:galaxy_ng:galaxy-importer'
# __galaxy_lock_requirements: Set to 0 to avoid pinning of galaxy_ng/setup.py versions
__galaxy_lock_requirements: '0'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment