https://github.com/maxmellon/nginx-playbook
https://github.com/maxmellon/nginx-playbook
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxmellon/nginx-playbook
- Owner: MaxMEllon
- License: mit
- Created: 2016-09-08T06:53:52.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-08T06:57:46.000Z (almost 10 years ago)
- Last Synced: 2025-02-13T17:15:50.511Z (over 1 year ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# nginx-playbook
About
---
This playbook is for setup of nginx to hosts.
Usage
---
* remote
```
$ echo [REMOTE_IP] > hosts
$ ansible-playbook -i hosts playbook.yml
```
* local
```
$ echo 127.0.0.1 > hosts
$ ansible-playbook -i hosts playbook.yml --connection=local
```
Requirements
---
* `ansible` >= 2.1.1.0
Reference
---
* [Ubuntuに最新のnginxをインストールする](http://qiita.com/hiroq/items/420424bc500d89fd1cc8)
Author
---
* MaxMEllon (Kento TSUJI) ``