squid: Add role and PB to deploy Squid
This commit is contained in:
6
roles/squid/handlers/main.yml
Normal file
6
roles/squid/handlers/main.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
- name: reload squid
|
||||
service:
|
||||
name=squid
|
||||
state=reloaded
|
||||
- name: save firewalld configuration
|
||||
command: firewall-cmd --runtime-to-permanent
|
||||
Reference in New Issue
Block a user