Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
las-it-organisation
32-0-IT instructions and rules
ansible
Commits
cb486002
Commit
cb486002
authored
Feb 11, 2020
by
julian.gethmann
Committed by
julian.gethmann
Sep 14, 2021
Browse files
Add global default ssh config for clients
parent
aed53573
Changes
3
Hide whitespace changes
Inline
Side-by-side
roles/clients/files/04-las.conf
0 → 100644
View file @
cb486002
#
# LAS/NSQ
#
Host
archiv
HostName
obelix
.
las
.
kit
.
edu
ForwardX11
yes
Host
css
HostName
obelix
.
las
.
kit
.
edu
User
ankaop
ForwardX11
yes
Host
cn
Hostname
localhost
Port
22222
# User messuser
ProxyCommand
ssh
las126
.
las
.
kit
.
edu
nc
%
h
%
p
Host
caligula
Hostname
caligula
.
las
.
kit
.
edu
User
ankaop
ProxyCommand
ssh
faulus
.
las
.
kit
.
edu
nc
%
h
%
p
# Access the VM with the Opera license server
# (outdated)
# Host opera
# Hostname 192.168.122.118
# User root
# ProxyCommand ssh gethmann@opera.las.kit.edu nc %h %p
#
# KARA
# from within the ANKA-VLAN (office or machine network)
#
Host
ankasmb
HostName
anka
-
share
.
anka
.
kit
.
edu
User
ankaop
Host
mml
HostName
ankasr
-
serv
.
anka
.
kit
.
edu
User
operator
Host
matlab
HostName
matlab
.
anka
.
kit
.
edu
User
ankaop
ForwardX11
yes
Host
ibptsrdata
HostName
ibptsrdata
.
anka
.
kit
.
edu
User
ankaop
# User name is your KIT account, but you have been granted permissions by IBPT's ITB
Host
ankacomm
HostName
ankasr
-
comm
.
anka
.
kit
.
edu
ForwardX11
yes
roles/clients/tasks/main.yml
View file @
cb486002
...
...
@@ -6,3 +6,4 @@
-
import_tasks
:
vpn.yml
-
import_tasks
:
ms_fonts.yml
tags
:
fonts
-
import_tasks
:
ssh_config.yml
roles/clients/tasks/ssh_config.yml
0 → 100644
View file @
cb486002
---
-
name
:
Copy default ssh config
become
:
yes
copy
:
src
:
04-las.conf
dest
:
/etc/ssh/ssh_config.d/04-las.conf
mode
:
0644
owner
:
root
group
:
root
backup
:
yes
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment