Last active
June 23, 2020 11:46
-
-
Save chouseknecht/024b1bc23428c9618e170e5ff1711bc1 to your computer and use it in GitHub Desktop.
galaxy_ng
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Options | |
pulp_devel_supplement_bashrc: true | |
pulp_default_admin_password: password | |
pulp_install_plugins: | |
pulp-ansible: | |
source_dir: "/home/vagrant/devel/pulp_ansible" | |
galaxy-ng: | |
source_dir: "/home/vagrant/devel/galaxy_ng" | |
pulp-container: | |
source_dir: "/home/vagrant/devel/pulp_container" | |
# Vagrant source install Required | |
pulp_user: "vagrant" | |
developer_user: "vagrant" | |
developer_user_home: "/home/vagrant" | |
pulp_source_dir: "/home/vagrant/devel/pulpcore" | |
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" | |
pulp_api_workers: 4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment