|
|
@ -66,10 +66,14 @@ |
|
|
|
mode: "0644" |
|
|
|
force: yes |
|
|
|
with_first_found: |
|
|
|
- "templates/varnish/default.{{ inventory_hostname }}.vcl.j2" |
|
|
|
- "templates/varnish/default.{{ host_group }}.vcl.j2" |
|
|
|
- "templates/varnish/default.default.vcl.j2" |
|
|
|
- "default.vcl.j2" |
|
|
|
- "templates/varnish/varnish.{{ inventory_hostname }}.vcl.j2" |
|
|
|
- "templates/varnish/default.{{ inventory_hostname }}.vcl.j2" |
|
|
|
- "templates/varnish/varnish.{{ host_group }}.vcl.j2" |
|
|
|
- "templates/varnish/default.{{ host_group }}.vcl.j2" |
|
|
|
- "templates/varnish/varnish.default.vcl.j2" |
|
|
|
- "templates/varnish/default.default.vcl.j2" |
|
|
|
- "varnish.vcl.j2" |
|
|
|
- "default.vcl.j2" |
|
|
|
notify: reload varnish |
|
|
|
tags: |
|
|
|
- varnish |
|
|
|