Mallear.nginx-el

Ansible role for Nginx installation on EL/AWS Linux

Role variables

---

nginx_user: nginx                                       # default user
nginx_conf_file: /etc/nginx.conf                        # path to your conf file
nginx_pidfile: /var/run/nginx.pid                       # pidfile location
nginx_programs_dir: /etc/nginx/conf.d/                  # child programs location
nginx_sites_enabled: /etc/nginx/site-enabled/
nginx_logfile: /var/log/nginx/access.log
nginx_errlog: /var/log/nginx/error.log

Dependencies

  • Mallear.yum

Example

- hosts: localhost
  remote_user: root
  roles:
    - Mallear.nginx-el
About

Install minimal Nginx on Amazon Linux

Install
ansible-galaxy install Mallear.nginx-el
GitHub repository
License
Unknown
Downloads
96