-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathssh.config
More file actions
39 lines (38 loc) · 1.28 KB
/
Copy pathssh.config
File metadata and controls
39 lines (38 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# BEGIN ANSIBLE MANAGED BLOCK for worker2 docker node
Host worker2
Hostname 10.101.1.25
IdentityFile ~/.ssh/piers-ska.pem
BatchMode yes
StrictHostKeyChecking no
User ubuntu
#ProxyCommand ssh -W %h:%p [email protected]
ProxyCommand ssh -W %h:%p [email protected]
# END ANSIBLE MANAGED BLOCK for worker2 docker node
# BEGIN ANSIBLE MANAGED BLOCK for worker1 docker node
Host worker1
Hostname 10.101.1.24
IdentityFile ~/.ssh/piers-ska.pem
BatchMode yes
StrictHostKeyChecking no
User ubuntu
#ProxyCommand ssh -W %h:%p [email protected]
ProxyCommand ssh -W %h:%p [email protected]
# END ANSIBLE MANAGED BLOCK for worker1 docker node
# BEGIN ANSIBLE MANAGED BLOCK for master1 docker node
Host master1
Hostname 10.101.1.23
IdentityFile ~/.ssh/piers-ska.pem
BatchMode yes
PasswordAuthentication no
GSSAPIAuthentication no
PreferredAuthentications publickey
StrictHostKeyChecking no
User ubuntu
ProxyCommand ssh -W %h:%p [email protected]
Host 10.101.1.*
User ubuntu
IdentityFile ~/.ssh/piers-ska.pem
BatchMode yes
StrictHostKeyChecking no
ProxyCommand ssh -W %h:%p [email protected]
# END ANSIBLE MANAGED BLOCK for master1 docker node