Initial commit

This commit is contained in:
2020-08-18 07:42:39 +02:00
commit 7ba09982cd
219 changed files with 3277 additions and 0 deletions

View 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