Add first version of playbooks and configs
Signed-off-by: Matej Focko <matej.focko@outlook.com>
This commit is contained in:
parent
cf3839f82f
commit
de292d018f
22 changed files with 527 additions and 0 deletions
playbooks/roles/ssh/templates
37
playbooks/roles/ssh/templates/ssh_config.j2
Normal file
37
playbooks/roles/ssh/templates/ssh_config.j2
Normal file
|
@ -0,0 +1,37 @@
|
|||
# Public
|
||||
Host github.com
|
||||
User git
|
||||
Hostname github.com
|
||||
|
||||
Host gitlab.com
|
||||
User git
|
||||
Hostname gitlab.com
|
||||
|
||||
# FI
|
||||
Host gitlab.fi.muni.cz
|
||||
User git
|
||||
Hostname gitlab.fi.muni.cz
|
||||
|
||||
Host aisa anxur
|
||||
User xfocko
|
||||
Hostname %h.fi.muni.cz
|
||||
|
||||
# Private
|
||||
Host gauss
|
||||
User mfocko
|
||||
Hostname gauss.mfocko.xyz
|
||||
Port 4444
|
||||
|
||||
Host poincare
|
||||
User mfocko
|
||||
Hostname mfocko.xyz
|
||||
|
||||
Host git.mfocko.xyz
|
||||
User git
|
||||
Hostname git.mfocko.xyz
|
||||
Port 2222
|
||||
|
||||
Host git.gauss.mfocko.xyz
|
||||
User git
|
||||
Hostname git.gauss.mfocko.xyz
|
||||
Port 2222
|
Loading…
Add table
Add a link
Reference in a new issue