Install and configure NGINX as an HTTP Server
- Install NGINX 1.18.* using yum at CentOS 7
- Configure files in /etc/nginx
- Open tcp/80 and tcp/443
None
The following variables are defined in defaults/main.yml file.
nginx:
enabled: true
started: true
serverroot: "/etc/nginx"
configroot: "/etc/nginx/conf.d"
workingdir: "/usr/local/src"
None
- hosts: servers
roles:
- { role: azumakuniyuki.ar-nginx-pkg }
BSD