Ansible nginx role using ansible-galaxy
This commit is contained in:
4
ansible/roles/nginx/tasks/install.yml
Normal file
4
ansible/roles/nginx/tasks/install.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
- name: Install nginx Package
|
||||
apt: name=nginx state=latest
|
||||
|
||||
Reference in New Issue
Block a user