andrewvaughan / ansible-role-prompt

Ansible plugin for messaging and prompting the user during a playbook.
MIT License
11 stars 2 forks source link

Add encryption support #75

Open andrewvaughan opened 6 years ago

andrewvaughan commented 6 years ago

Allow encryption, if Passlib is installed, to take place when storing the variable. Add the following options:

Throw a warning if both salt and salt_size are set.

BarbzYHOOL commented 6 years ago

So actually we can't use the prompt for passwords?