Newer
Older
ansible_spark_openstack / templates / config.j2
Johan Dahlberg on 4 Mar 2015 167 bytes Initial commit
{% for host in groups['all'] %}
  Host {{ hostvars[host].ansible_hostname }}
  User ubuntu
  IdentityFile {{ ssh_key.dest }}
  StrictHostKeyChecking no

{% endfor %}