Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kkirsche/ansible-nginx
Install NGINX mainline on CentOS
https://github.com/kkirsche/ansible-nginx
Last synced: about 1 month ago
JSON representation
Install NGINX mainline on CentOS
- Host: GitHub
- URL: https://github.com/kkirsche/ansible-nginx
- Owner: kkirsche
- Created: 2016-02-14T19:13:10.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-14T19:13:33.000Z (almost 9 years ago)
- Last Synced: 2023-03-15T06:15:39.468Z (almost 2 years ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```shell
~/g/ansible-nginx ❯❯❯ ansible-playbook --become --become-method=su --become-user=root --ask-become-pass -i staging deploy.yml
```For production / live deployment:
```shell
~/g/ansible-nginx ❯❯❯ ansible-playbook --become --become-method=su --become-user=root --ask-become-pass -i production deploy.yml
```