15 "Zehn Minuten" über Ansible
S2023:E15

15 "Zehn Minuten" über Ansible

Episode description

Tür 15: Das geht schnell. 10 Minuten über Ansible… oder eine Stunde über alles. Mit @cuba@social.saarland

Allgemein

Dokumentation

Galaxy Collections

https://galaxy.ansible.com/ui/

Ansible Tower / Automatisation Platform

UI (nicht getestet)

Ansible for DevOps

Proxy Jump

Focus OnLinux #63

# vim: syntax=sshconfig

# Gateway und Proxyjump
Host rz1_gw # Gateway im RZ
    User cm
    Hostname 115.116.117.118
    Port 222
    IdentityFile ~/.ssh/id_rsa_rz1
    LocalForward 35144 10.1.2.3:443   # pverz231 iLO
    LocalForward 35244 10.1.2.3:443   # pverz232 iLO
    LocalForward 31004 10.1.2.3:8006  # pverz231 Proxmox https
    LocalForward 31014 10.1.2.3:8006  # pverz232 Proxmox https
    ForwardAgent yes

# ===================================================
# ProxyJumpHosts

Host rz1_pverz231 # pverz231 in rz1 sw
    Hostname 10.1.2.100
    User root
    Port 22
    IdentityFile ~/.ssh/id_rsa_rz1
    ProxyJump rz1_gw

Host rz1_pverz232 # pverz232 in rz1 sw
    Hostname 10.1.2.101
    User root
    Port 22
    IdentityFile ~/.ssh/id_rsa_rz1
    ProxyJump rz1_gw
No transcript available for this episode.