roles/apache: Role to deploy Apache HTTPD

The *apache* role installs and configures the Apache HTTPD server and
its *mod_ssl* module. It currently only works on Fedora/RHEL-based
distributions.
This commit is contained in:
2018-04-14 15:21:15 -05:00
parent 0ce0c0f834
commit f89b279d3a
9 changed files with 445 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
- name: restart httpd
service:
name=httpd
state=restarted
- name: reload httpd
service:
name=httpd
state=reloaded
- name: save firewalld configuration
command:
firewall-cmd --runtime-to-permanent