Skip to content
Snippets Groups Projects
Commit d2a21bbf authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-inventories/arocom#190 Make Varnish storage configurable

parent b651ce6e
No related branches found
No related tags found
No related merge requests found
varnish_storage: 'file,/tmp/varnish-storage,5g'
......@@ -22,4 +22,4 @@ DAEMON_OPTS="-a :6081 \
-T 0.0.0.0:6082 \
-f /etc/varnish/default.vcl \
-S /etc/varnish/secret \
-s file,/tmp/varnish-storage,5g"
-s {{ varnish_storage }}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment