ansible: Add and manage replacement git-mirror instance
[lttng-ci.git] / automation / ansible / roles / gitmirror / templates / cgitrc.j2
1 {% for entry in cgit_configuration %}
2 {{entry[0]}}={{entry[1]}}
3 {% endfor %}
4
5 {% for section in cgit_sections %}
6 {% for key, value in section.items() %}
7 {{key}}={{value}}
8 {% endfor %}
9
10 {% endfor %}
This page took 0.033256 seconds and 4 git commands to generate.