Files
configpolicy/roles/nginx/handlers/main.yml
Dustin C. Hatch 5de8f3e612 roles/nginx: Add role for nginx
This role installs nginx and provides a base/skeleton configuration
suitable for most deployments.
2021-06-29 21:00:46 -05:00

8 lines
154 B
YAML

- name: reload nginx
service:
name=nginx
state=reloaded
- name: save firewalld configuration
command:
firewall-cmd --runtime-to-permanent