19:0b0d1d97f49f
Anton Shestakov <av6@dwimlabs.net>, Fri, 29 Jul 2016 22:32:18 +0800
role vars are now legit super evil, confirmed by Ansible 2.1.0.0 They are so extremely high-priority now that they cannot be redefined in a playbook. At least defaults should work as expected?

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