Restore Rasperry Pi 400 inventory item
This commit is contained in:
10
ssh_config
10
ssh_config
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user