aristanetworks / avd

Arista Validated Designs
https://avd.arista.com
Apache License 2.0
251 stars 187 forks source link

Refactor(plugins): Move jinja filter code for arista.avd.hide_passwords to PyAVD #4111

Closed Shivani-gslab closed 2 weeks ago

Shivani-gslab commented 2 weeks ago

Enhancement summary

Move jinja filter code for arista.avd.hide_passwords to PyAVD

Which component of AVD is impacted

plugins

Use case example

please detail your use case

Describe the solution you would like

The code and unit tests for hide_passwords filter should be moved to pyavd/j2filters and imported inside ansible plugins/filter using pyavd wrapper.

Describe alternatives you have considered

No response

Additional context

No response

Contributing Guide