feat(nginx): added new nginx role to install and configure nginx webservers
This commit is contained in:
parent
15cd8bf8da
commit
31aaf10a5c
14 changed files with 336 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- hosts: localhost
|
||||
remote_user: root
|
||||
roles:
|
||||
- nginx
|
Loading…
Add table
Add a link
Reference in a new issue