PaloAltoNetworks / pan-os-ansible

Ansible collection for easy automation of Palo Alto Networks next generation firewalls and Panorama, in both physical and virtual form factors.
https://pan.dev/ansible/docs/panos
Apache License 2.0
208 stars 98 forks source link

Add crypto filters for password hash generation when rendering skillets/templates #74

Closed stealthllama closed 4 years ago

stealthllama commented 4 years ago

Is your feature request related to a problem?

When rendering configuration templates such as those from Iron Skillet there is a need to generate valid password hashes.

Describe the solution you'd like

Need to add crypto hash functions from passlib.

Describe alternatives you've considered

n/a

Additional context

n/a

stealthllama commented 4 years ago

Actually it looks like this filter can be added to the role rather than the collection. Closing.