Merge branch 'master' of /git/ansible
This commit is contained in:
commit
c31e23f8fe
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