Skip to content

Commit ff0272f

Browse files
committed
add bastion hosts config
1 parent 47380dd commit ff0272f

File tree

1 file changed

+14
-0
lines changed
  • bastion/etc-bastion-config

1 file changed

+14
-0
lines changed

bastion/etc-bastion-config/config

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Host ansible-dev
2+
HostName ansible-dev
3+
User sysadmin
4+
IdentityFile ~/.ssh/id_rsa
5+
6+
Host web-dev
7+
HostName web-dev
8+
User sysadmin
9+
IdentityFile ~/.ssh/id_rsa
10+
11+
Host db-dev
12+
HostName db-dev
13+
User sysadmin
14+
IdentityFile ~/.ssh/id_rsa

0 commit comments

Comments
 (0)