Advertisement
Guest User

Untitled

a guest
Mar 14th, 2016
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. {% for iface,iface_vals in salt['network.interfaces'] %}
  2. {% if iface_vals['inet']['address'][0:2] == '10' %}
  3. {% set itsiface = iface %}
  4. {% endif %}
  5. {% endfor %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement