mdellweg / ansible_galaxy_config

Post installation steps for galaxy_ng

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible Galaxy Config

Perform post install configuration steps for GalaxyNG.

Variables

  • pulp_config_dir: Directory which will contain Pulp configuration files. Defaults to "/etc/pulp".
  • pulp_install_dir: Location of a virtual environment for Pulp and its Python dependencies. Defaults to "/usr/local/lib/pulp".
  • pulp_user: System user that owns and runs Pulp. Defaults to "pulp".
  • pulp_default_admin_password: Initial password for the Pulp admin. Defaults to "password".
  • pulp_api_host: Host for connecting to the Pulp API server. Defaults to "127.0.0.1".
  • pulp_api_port: Port used for connecting to the Pulp API server. Defaults to "24817".

License

MIT / BSD

About

Post installation steps for galaxy_ng

License:MIT License