Skip to content

Instantly share code, notes, and snippets.

@haam3r
Created May 10, 2018 08:30
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 haam3r/f14520cb67b53e65854c70d11af88cfb to your computer and use it in GitHub Desktop.
Save haam3r/f14520cb67b53e65854c70d11af88cfb to your computer and use it in GitHub Desktop.
salt jinja interfaces
{% set int = salt['pillar.get']('test:int') %}
{{ salt['grains.get']('ip4_interfaces:' ~ int, grains.ip4_interfaces.ens160) | first }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment