Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

Commit

Permalink
ssh: update config path vars
Browse files Browse the repository at this point in the history
  • Loading branch information
arturtamborski committed May 15, 2019
1 parent c391ae8 commit ccf91d3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions roles/ssh/templates/config
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Host *
# -- github ------------------
Host github.com
HostName github.com
IdentityFile {{ ssh.config.path }}keys/github
IdentityFile {{ ssh.config.self.path }}keys/github
IdentitiesOnly yes
User git
# ----------------------------
Expand All @@ -18,7 +18,7 @@ Host *
# -- gitlab ------------------
Host gitlab.com
HostName gitlab.com
IdentityFile {{ ssh.config.path }}keys/gitlab
IdentityFile {{ ssh.config.self.path }}keys/gitlab
IdentitiesOnly yes
User git
# ----------------------------
Expand All @@ -28,7 +28,7 @@ Host *
Host mikrus
HostName srv02.mikr.us
Port 10515
IdentityFile {{ ssh.config.path }}keys/mikrus
IdentityFile {{ ssh.config.self.path }}keys/mikrus
IdentitiesOnly yes
User root
# ----------------------------
Expand All @@ -38,15 +38,15 @@ Host *
Host wmi
HostName lts.wmi.amu.edu.pl
Port 22
IdentityFile {{ ssh.config.path }}keys/wmi
IdentityFile {{ ssh.config.self.path }}keys/wmi
IdentitiesOnly yes
# ----------------------------


# -- git.wmi -----------------
Host git.wmi.amu.edu.pl
HostName git.wmi.amu.edu.pl
IdentityFile {{ ssh.config.path }}keys/git-wmi
IdentityFile {{ ssh.config.self.path }}keys/git-wmi
IdentitiesOnly yes
User git
# ----------------------------

0 comments on commit ccf91d3

Please sign in to comment.