]> git.immae.eu Git - perso/Immae/Config/Ansible.git/blob - roles/git/templates/config.j2
f723f3330c196c9d5d01e492eb0e477176558e30
[perso/Immae/Config/Ansible.git] / roles / git / templates / config.j2
1 [user]
2 signingkey = {{ gpg_sign_id }}
3 {% if profile in role and role[profile] == "fretlink" %}
4 email = ismael.bouya@fretlink.com
5 {% else %}
6 email = ismael.bouya@normalesup.org
7 {% endif %}
8 name = Ismaƫl Bouya
9 [commit]
10 gpgsign = true
11 verbose = true
12 [push]
13 gpgSign = if-asked
14 {% if profile in role and role[profile] == "fretlink" %}
15 [fretlink]
16 remote-name = upstream
17 {% endif %}
18 [log]
19 showSignature = true
20 {% if profile in role %}
21 [init]
22 templateDir = ~/.config/git/templates_{{ role[profile] }}
23 {% endif %}