21:40558d07f6d0
Anton Shestakov <av6@dwimlabs.net>, Tue, 09 Aug 2016 16:01:05 +0800
playbook: instead of restarting things in post_tasks, just include handlers

next change 22:41738f738ed3
previous change 17:5a3522b5fd5c

roles/hgweb/templates/hgweb.conf

Permissions: -rw-r--r--

Other formats: Feeds:
[paths]
/ = /home/{{ hgweb_user }}/repos/*
[extensions]
highlight =
simple4server = /home/{{ hgweb_user }}/evolve/hgext/simple4server.py
[web]
baseurl = http://{{ hgweb_subdomain }}.{{ hostname }}/
logourl = http://{{ hgweb_subdomain }}.{{ hostname }}/
contact = {{ hgweb_contact }}
staticurl = /static
pygments_style = tango
highlightfiles = size('<100k')
highlightonlymatchfilename = True