git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/debian-ansible-2.j2
blob: 746d5bf643da71ee7431dac090394c1137120b90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{#
# vim:syntax=jinja
#}
{% if vars.ans is defined %}
{% if ansible_distribution_version is defined and ansible_distribution_version == "11" %}
# Debian 11 ({{vars.ans.11.debname}})
deb http://ppa.launchpad.net/ansible/ansible/ubuntu {{vars.ans.11.release}} main
{% elif ansible_distribution_version is defined and ansible_distribution_version == "10" %}
# Debian 10 ({{vars.ans.10.debname}})
deb http://ppa.launchpad.net/ansible/ansible/ubuntu {{vars.ans.10.release}} main
{% elif ansible_distribution_version is defined and ansible_distribution_version == "9" %}
# Debian 9 ({{vars.ans.9.debname}})
deb http://ppa.launchpad.net/ansible/ansible/ubuntu {{vars.ans.9.release}} main
{% else %}
# NO REPO KNOWN FOR THIS DEBIAN RELEASE
{% endif %}
{% else %}
# RS.ANS WAS NOT DEFINED
{% endif %}
column1'>| * Only add SSH key if it's not been added yet.H. P. 2022-07-061-1/+4 | | | | | Currently, ```ssh-add -l``` displays the fingerprint the same way ```ssh-keygen -Esha256 -lf``` does. Simple comparison, done. * display current IFSH. P. 2022-07-061-0/+1 | * +password-store alias for multiples storesH. P. 2022-06-241-0/+3 | * + coloured diff as defaultH. P. 2022-05-021-0/+1 | * typoH. P. 2022-04-271-1/+1 | * +voicemsg aliasH. P. 2022-04-261-0/+5 | * +lst, %call apt binary directlyH. P. 2022-03-241-1/+2 | * +package cleanH. P. 2022-03-241-0/+12 | * disable SC2012 in xstat