pulp_api#
Install, configure, and set the state of the pulp API service.
This role depends on the pulp_common role, see it for many more variables on configuring pulp_api.
Role Variables#
pulp_api_bind: Interface and Port where Pulp Contentgunicornservice will listen. One can specify a unix socket path instead (recommended value is'unix:/var/run/pulpcore-api/pulpcore-api.sock'). Defaults to'127.0.0.1:24817'.pulp_api_workers: Number ofgunicornprocesses for handling Pulp API requests. Defaults to 1.pulp_token_auth_key: Location of the openssl private key (in pem format) to use for token authentication. If not specified, a new key wil be generated. (Only generated if one doesn't exist.)
Shared variables#
This role depends upon the the pulp_common role, which in turn depends on on pulp_repos. You should consult pulp_common in particular for variables that effectively control the behavior of this role.
This role also utilizes some of the pulp_common role's variables in its logic:
pulp_certs_dir: Path where to generate or drop the key for authentication token. Defaults to '{{ pulp_config_dir }}/certs' .pulp_config_dirpulp_grouppulp_install_dirpulp_ld_library_path: An optional LD_LIBRARY_PATH environment variable for the pulpcore-api systemd processpulp_settings_filepulp_user
Last update:
2023-01-23