Skip to content

Instantly share code, notes, and snippets.

@mrlesmithjr
Last active August 2, 2017 05:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrlesmithjr/10a0ad5ef831ca83e28f9b100e0f8ac6 to your computer and use it in GitHub Desktop.
Save mrlesmithjr/10a0ad5ef831ca83e28f9b100e0f8ac6 to your computer and use it in GitHub Desktop.
{% for item in host_keys_hostname['results'] %}
{% for key in item['stdout_lines'] %}
{{ key }}
{% endfor %}
{% endfor %}
{% for item in host_keys_ip['results'] %}
{% for key in item['stdout_lines'] %}
{{ key }}
{% endfor %}
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment