Installs nginx service from EPEL RPMs on RHEL / CentOS 7.
Currently this role installs nginx pre-configured with defaults tuned for Magento. Some of these defaults may be different if this role is used to deploy in a non-Magento environment. See defaults/main.yml
for details.
None.
See defaults/main.yml
for details.
geerlingguy.repo-epel
davidalger.selinux
- hosts: web-servers
roles:
- { role: davidalger.nginx, tags: nginx }
This work is licensed under the MIT license. See LICENSE file for details.
This role was created in 2017 by David Alger with contributions from Matt Johnson.