start nginx role
This commit is contained in:
parent
a666b2fbdd
commit
d479f747f0
1 changed files with 5 additions and 0 deletions
5
roles/nginx/tasks/main.ml
Normal file
5
roles/nginx/tasks/main.ml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: "Install NGINX"
|
||||
apt:
|
||||
name: nginx
|
||||
update_cache: yes
|
Loading…
Reference in a new issue