Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 820 Bytes

File metadata and controls

39 lines (22 loc) · 820 Bytes

Ansible Role: OpenResty

Build Status

Installs OpenResty on RedHat/CentOS and Debian/Ubuntu servers.

Role Variables

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

Dependencies

None.

Example Playbook

- hosts: openresty

  roles:
    - { role: Lusitaniae.openresty }

License

MIT