Skip to content

Instantly share code, notes, and snippets.

@sigio
Created February 26, 2024 21:01
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 sigio/e7a86dd66859e270e17829fbc8f66eb6 to your computer and use it in GitHub Desktop.
Save sigio/e7a86dd66859e270e17829fbc8f66eb6 to your computer and use it in GitHub Desktop.
addrs:
- ip: 10.1.2.3
mask: 255.255.255.0
entries.yaml:
entries:
{% for entry in addrs %}
- ip {{ entry.ip }}
mask {{ entry.mask }}
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment