Skip to content

Instantly share code, notes, and snippets.

@mikedep333
Created October 8, 2019 19:57
Show Gist options
  • Select an option

  • Save mikedep333/c4d1874656af26315162a698a277224c to your computer and use it in GitHub Desktop.

Select an option

Save mikedep333/c4d1874656af26315162a698a277224c to your computer and use it in GitHub Desktop.
ansible-pulp vars for F30 instance
pulp_default_admin_password: password
pulp_use_system_wide_pkgs: true
pulp_install_plugins:
pulp-certguard:
source_dir: "git+https://github.com/pulp/pulp-certguard.git#egg=pulp-certguard"
pulp-docker:
source_dir: "git+https://github.com/pulp/pulp_docker.git#egg=pulp-docker"
pulp-rpm:
prereq_role: "pulp-rpm-prerequisites"
source_dir: "git+https://github.com/pulp/pulp_rpm.git#egg=pulp-rpm"
pulp-file:
source_dir: "git+https://github.com/pulp/pulp_file.git#egg=pulp-file"
pulp_source_dir: "git+https://github.com/pulp/pulpcore.git#egg=pulpcore"
pulp_plugin_source_dir: "git+https://github.com/pulp/pulpcore-plugin.git#egg=pulpcore-plugin"
pulp_settings:
secret_key: "unsafe_default"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment