MaXFalstein / ansible-nginx

Install NGINX mainline on CentOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NGINX Mainline Playbook

This playbook installs and sets up NGINX Mainline on remote servers.

Deployment

Before running the below commands, make sure the correct user account is selected in ./server.yml

For staging / lab deployment:

~/g/ansible-nginx ❯❯❯ ansible-playbook --become --become-method=su --become-user=root --ask-become-pass -i staging deploy.yml

For production / live deployment:

~/g/ansible-nginx ❯❯❯ ansible-playbook --become --become-method=su --become-user=root --ask-become-pass -i production deploy.yml

About

Install NGINX mainline on CentOS