Passwords protection

It’s possible to set your own environment variables FERNET_PASSPHRASE and SALT to encrypt passwords and tokens. This will replace the default values of these variables, enhancing the security of passwords and tokens for all tasks.

export FERNET_PASSPHRASE=security_passphrase
export SALT=salt_for_passwords_and_tokens