ansible-role-uwsgi/vars/redhat.yml
Dmitriy Rabotyagov 3dac3dadbb Install pcre on destination hosts
While pcre support is built in wheels, uWSGI still needs to have pcre
library on hosts where it runs, as libpcre.so.3 is reffered by the
binary after being installed in venv.

Closes-Bug: #2073873
Change-Id: I21a90b8387a8fd9f7a77a631dcb9f9eb06243fbc
2024-08-06 11:01:16 +00:00

31 lines
849 B
YAML

---
# Copyright 2019, VEXXHOST, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
uwsgi_bin: '/usr/sbin'
uwsgi_distro_packages:
- uwsgi
- uwsgi-plugin-python3
uwsgi_build_distro_package_list:
- openssl-devel
- pcre-devel
uwsgi_source_package_list:
- openssl
- pcre
_uwsgi_env: "REQUESTS_CA_BUNDLE=/etc/pki/tls/certs/ca-bundle.crt"