Nate Stephany
2019-12-18 b64ef0a11db0619c0102c218b57cba87197d6476
add *.example.com to default ssh conf (#944)

1 files modified
2 ■■■ changed files
ansible/roles/set_env_authorized_key/files/host_ssh_config.j2 2 ●●● patch | view | raw | blame | history
ansible/roles/set_env_authorized_key/files/host_ssh_config.j2
@@ -1,4 +1,4 @@
Host ec2* *.internal
Host ec2* *.internal *.example.com
   User {{remote_user}}
   IdentityFile ~/.ssh/{{env_authorized_key}}.pem
   ForwardAgent yes