Add varnishd sebool
This commit is contained in:
parent
3ce612bba6
commit
caa8c29611
1 changed files with 6 additions and 0 deletions
|
@ -9,6 +9,12 @@
|
|||
- varnish
|
||||
- packages
|
||||
|
||||
- name: set some varnishd selinux boolean
|
||||
seboolean: name=varnishd_connect_any persistent=yes state=yes
|
||||
tags:
|
||||
- varnish
|
||||
- selinux
|
||||
|
||||
- name: install varnish /etc/sysconfig/varnish
|
||||
copy: src={{ item.file }} dest={{ item.dest }}
|
||||
owner=root group=root
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue