Skip to content

Instantly share code, notes, and snippets.

@xakrume
Created March 2, 2018 14:00
Show Gist options
  • Save xakrume/349a1b49c076a3b3443a2a034631d335 to your computer and use it in GitHub Desktop.
Save xakrume/349a1b49c076a3b3443a2a034631d335 to your computer and use it in GitHub Desktop.
- name: "Manage SSH known_hosts file"
command: "/usr/bin/ssh-keyscan -t ecdsa {{ item.ssh_config_vars.0.hostname }}"
with_items:
- "{{ grafana_indirect_maps }}"
register: command_result
- local_action: copy content="{{ command_result.stdout }}" dest=/tmp/test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment