Initial commit
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
---
|
||||
# tasks file for nginx_install
|
||||
- name: Install nginx
|
||||
yum:
|
||||
name: nginx
|
||||
state: present
|
||||
- name: Start Nginx
|
||||
systemd:
|
||||
state: started
|
||||
name: nginx
|
||||
Reference in New Issue
Block a user