I hereby claim:
- I am ncadou on github.
- I am ncadou (https://keybase.io/ncadou) on keybase.
- I have a public key whose fingerprint is 8909 1836 13E7 267C B861 45A3 A82C 7A43 3FB7 9E63
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
from os import environ, path | |
from ansible import errors, utils | |
from keepassdb import Database | |
DEFAULT_DB = 'prod' | |
class VarsModule(object): | |
"""Loads variables from secret_vars/<username>.kdb in the same directory |