mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Add files to show how to set up an SSH bastion host test environment using Ansible instead of the Vagrant file/shell provisioners.
8 lines
172 B
Text
8 lines
172 B
Text
Host bastion
|
|
Hostname 192.168.100.102
|
|
IdentityFile ~/.ssh/bastion_rsa
|
|
User vagrant
|
|
|
|
Host remote*
|
|
IdentityFile ~/.ssh/remote_rsa
|
|
ProxyCommand ssh bastion -W %h:%p
|