]> git.immae.eu Git - perso/Immae/Config/Ansible.git/blobdiff - roles/tools/templates/ssh_config.j2
Add pavucontrol and ssh
[perso/Immae/Config/Ansible.git] / roles / tools / templates / ssh_config.j2
diff --git a/roles/tools/templates/ssh_config.j2 b/roles/tools/templates/ssh_config.j2
new file mode 100644 (file)
index 0000000..63cfe81
--- /dev/null
@@ -0,0 +1,13 @@
+Host *
+CheckHostIP no
+{% if "graphical_vt" not in features.get(profile, []) %}
+ProxyCommand sh -c 'gpg-connect-agent updatestartuptty /bye >/dev/null && nc "$0" "$1"' %h %p
+{% endif %}
+
+Host gitolite
+HostName git.immae.eu
+User gitolite
+
+Host immae.eu
+HostName immae.eu
+User immae