Guillaume Coré
2017-11-16 4b95e2a6d51ab7755abc801410d601890fafad9d
Revert "corrected ssh.cfg creation file"

This reverts commit 5e28a6662972b1b4a456f5e6d4939abfd375ccda.
1 files modified
2 ■■■ changed files
ansible/cloud_providers/ec2_ssh_config_setup.yml 2 ●●● patch | view | raw | blame | history
ansible/cloud_providers/ec2_ssh_config_setup.yml
@@ -49,6 +49,6 @@
            ProxyCommand ssh {{ remote_user }}@{{ bastion_hostname }} -W %h:%p
            StrictHostKeyChecking no
    with_items:
      - "{{groups['all']}}"
      - groups['all']
    tags:
      - bastion_proxy_config_hosts