Restore Rasperry Pi 400 inventory item

This commit is contained in:
2024-08-15 15:15:40 +03:00
parent 7958c0c7a9
commit 8e35aa2e78
3 changed files with 13 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
# Use `ansible-playbook update-ssh-config.yml` to update this file
# Use `ssh -F ssh_config ...` to connect to target machine or
# Add `Include ~/path/to/this/ansible/ssh_config` in your ~/.ssh/config
# Add `Include ~/path/to/ansible/ssh_config` in your ~/.ssh/config
Host backdoor 100.102.3.3
User root
Hostname 100.102.3.3
@@ -193,6 +193,14 @@ Host worker4.kube.k-space.ee 172.21.3.84
UserKnownHostsFile /dev/null
ControlMaster auto
ControlPersist 8h
Host worker9.kube.k-space.ee 172.21.3.89
User root
Hostname 172.21.3.89
Port 22
GlobalKnownHostsFile known_hosts
UserKnownHostsFile /dev/null
ControlMaster auto
ControlPersist 8h
Host worker99.codemowers.cloud 172.20.5.99
User root
Hostname 172.20.5.99