Initial commit
This commit is contained in:
10
roles/Apache_Install/tasks/main.yml
Executable file
10
roles/Apache_Install/tasks/main.yml
Executable file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
# tasks file for Apache_Install
|
||||
- name: Install Httpd
|
||||
yum:
|
||||
name: httpd
|
||||
state: present
|
||||
- name: Start Httpd
|
||||
systemd:
|
||||
state: started
|
||||
name: httpd
|
||||
Reference in New Issue
Block a user