mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
varnish: adjust for f33 changes
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
package: name={{ item }} state=present
|
||||
with_items:
|
||||
- varnish
|
||||
- make
|
||||
tags:
|
||||
- varnish
|
||||
- packages
|
||||
@@ -15,6 +16,12 @@
|
||||
- varnish
|
||||
- selinux
|
||||
|
||||
- name: set domain_can_mmap_files selinux boolean
|
||||
seboolean: name=domain_can_mmap_files persistent=yes state=yes
|
||||
tags:
|
||||
- varnish
|
||||
- selinux
|
||||
|
||||
- name: install varnish /etc/sysconfig/varnish file (el7)
|
||||
copy: src=varnish.el7 dest=/etc/sysconfig/varnish owner=root group=root
|
||||
notify:
|
||||
|
||||
Reference in New Issue
Block a user