1823
This commit is contained in:
11
apache-galaxy/tasks/main.yml
Normal file
11
apache-galaxy/tasks/main.yml
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
- name: "apache installation"
|
||||
dnf:
|
||||
name: "httpd"
|
||||
state: "present"
|
||||
|
||||
- name: "apache service activation"
|
||||
service:
|
||||
name: "httpd"
|
||||
state: "started"
|
||||
enabled: yes
|
Reference in New Issue
Block a user