nautobot-app-golden-config icon indicating copy to clipboard operation
nautobot-app-golden-config copied to clipboard

Templar Feature

Open itdependsnetworks opened this issue 3 years ago • 2 comments

Environment

  • Python version: 3.7
  • Nautobot version: 1.0
  • nautobot-golden-config version: 0.9

Proposed Functionality

Ansible has the "Templar" functionality that allows variables to refer to other variables via Jinja, such as:

output_root_dir: "{{ playbook_dir | dirname }}/output/"

Providing this and potentially access to Jinja filters could be a powerful feature.

Use Case

This referenced data allows users to limit the amount of redundancy and expand "data" in a sane way.

itdependsnetworks avatar Feb 27 '21 20:02 itdependsnetworks

It is not high priority but @smk4664 any interest in taking this on?

itdependsnetworks avatar Feb 27 '21 20:02 itdependsnetworks

I will take a look and let you know. Potentially this is something I could pick up.

smk4664 avatar Feb 27 '21 20:02 smk4664