Ezekiel
Ezekiel
``` {% for k, v in node_exporter_basic_auth_users.items() %} {{ k }}: {{ v | password_hash('bcrypt', ('abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890' | shuffle(seed=inventory_hostname) | join)[:22], rounds=9) }} {% endfor %} ``` rounds does not seem...
Hi, I'd like to know if this project is an open source project, I basically want to make use of the code logic, Also I could actually attempt to fix...
Great, Thanks @chukwumaijem
> > Hi, I'd like to know if this project is an open source project, I basically want to make use of the code logic, Also I could actually attempt...