Skip to content

Instantly share code, notes, and snippets.

@whytewolf
Last active August 29, 2015 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save whytewolf/d640e88cf2d9725552c9 to your computer and use it in GitHub Desktop.
Save whytewolf/d640e88cf2d9725552c9 to your computer and use it in GitHub Desktop.
{% set default_route = salt['network.default_route']('inet') %}
{{ default_route[0]['gateway'] }}
OR
{% set default_route = salt['network.default_route']('inet')|last %}
{{ default_route['gateway'] }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment