Installs OpenResty on RedHat/CentOS and Debian/Ubuntu servers.
Available variables are listed below, along with default values (see defaults/main.yml):
# Install OpenResty Package Manager and OpenResty Doc
openresty_recommended_install: yes
# Packages installed for yum systems.
openresty_recommended_yum:
- openresty-resty
- openresty-opm
- openresty-doc
# Protocol to be used for package download.
openresty_repo_protocol: https
None.
- hosts: openresty
roles:
- { role: Lusitaniae.openresty }
MIT