Merge pull request '🔧 Clarify naming of ssh jump host groups' (!136) from alex/netz39-infra-ansible:reorganize_groups into master
Reviewed-on: https://gitea.n39.eu/Netz39_Admin/netz39-infra-ansible/pulls/136 Reviewed-by: dkdent <dkdent@netz39.de> Reviewed-by: Stefan Haun <tux@netz39.de>
This commit is contained in:
commit
755f655551
2 changed files with 5 additions and 5 deletions
|
@ -28,7 +28,7 @@ all:
|
|||
pottwal.n39.eu:
|
||||
radon.n39.eu:
|
||||
unicorn.n39.eu:
|
||||
ssh_jump:
|
||||
location_space:
|
||||
hosts:
|
||||
beaker.n39.eu:
|
||||
hobbes.n39.eu:
|
||||
|
@ -40,6 +40,6 @@ all:
|
|||
radon.n39.eu:
|
||||
wittgenstein.n39.eu:
|
||||
unicorn.n39.eu:
|
||||
ssh_no_jump:
|
||||
location_internet:
|
||||
hosts:
|
||||
tau.netz39.de:
|
||||
|
|
|
@ -6,7 +6,7 @@ Host ssh.n39.eu
|
|||
User {{ setup_ssh_logname }}
|
||||
Port 22
|
||||
|
||||
{% for host in groups['ssh_jump'] %}
|
||||
{% for host in groups['location_space'] %}
|
||||
Host {{ host }}
|
||||
Hostname {{ host }}
|
||||
IdentityFile {{ setup_ssh_key }}
|
||||
|
@ -16,7 +16,7 @@ Host {{ host }}
|
|||
Port 22
|
||||
|
||||
{% endfor %}
|
||||
{% for host in groups['ssh_no_jump'] %}
|
||||
{% for host in groups['location_internet'] %}
|
||||
Host {{ host }}
|
||||
Hostname {{ host }}
|
||||
IdentityFile {{ setup_ssh_key }}
|
||||
|
|
Loading…
Reference in a new issue