Skip to content

Instantly share code, notes, and snippets.

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 mirceaulinic/0a6fb950c710cf0a6899b3da2498e0aa to your computer and use it in GitHub Desktop.
Save mirceaulinic/0a6fb950c710cf0a6899b3da2498e0aa to your computer and use it in GitHub Desktop.
{%- set cmd = 'show configuration | display set | match prod-net-master01' %}
{%- set cli = salt.net.cli(cmd) %}
{%- set ret = cli.out[cmd] %}
{%- for line in ret.splitlines() %}
{{ line | replace('set ', 'delete ') }}
{%- endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment