diff --git a/playbooks/firewalld-restart.yml b/playbooks/firewalld-restart.yml new file mode 100644 index 00000000..e959f2ed --- /dev/null +++ b/playbooks/firewalld-restart.yml @@ -0,0 +1,5 @@ +--- +- hosts: all + gather_facts: yes + roles: + - firewalld-restart \ No newline at end of file