Files
configpolicy/roles/apache/handlers/main.yml
Dustin C. Hatch f89b279d3a 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.
2018-04-14 15:21:15 -05:00

12 lines
222 B
YAML

- 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