This commit is contained in:
Alex
2023-11-10 17:23:54 +00:00
parent 8eaabf9544
commit 70a98b6973
39 changed files with 561 additions and 0 deletions

View File

@ -0,0 +1,11 @@
---
- name: "apache installation"
dnf:
name: "httpd"
state: "present"
- name: "apache service activation"
service:
name: "httpd"
state: "started"
enabled: yes