sborenst
2017-10-30 c441f08ba7109ae47d22155852e1e26b01a0955c
fixed ssh config
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
@@ -13,7 +13,7 @@
      var: groups['bastions'].0
  - name: Store bastion hostname as a fact
    set_fact:
      bastion_hostname: groups['bastions'].0
      bastion_hostname: "{{groups['bastions'].0 }}"
  - name: Create empty local ssh config as defined by deploy_local_ssh_config_location
    file: