Guillaume Coré
2017-11-10 987dce792c5c92e08971a54c7f5a70ee5113957a
fix ssh key behavior

- set use_own_key to true by default so user's private SSH key is not copied to
bastion
- fix boolean logic:
{{key_name}}.pem was copied to bastion even when use_own_key was true
- when copying {{key_name}}.pem to bastion, copy it to {{key_name}}.pem, not
{{env_authorized_key}} (probably a typo/omission)
3 files modified
19 ■■■■ changed files
ansible/roles/bastion/defaults/main.yml 2 ●●●●● diff | view | raw | blame | history
ansible/roles/bastion/tasks/main.yml 15 ●●●● diff | view | raw | blame | history
ansible/roles/set_env_authorized_key/tasks/main.yml 2 ●●● diff | view | raw | blame | history