Ability to encrypt variables within tasks / metatdata.
If you do not want to pass a password from the command line everytime that a task is run there is currently no way to encrypt it with in the task.
This means potential including password / sensitive data as plaintext within a task.
Would you expect this to be decrypted on the target node on the controller where you're running bolt?
Seems like it would require a config option to provide the decryption secret.
Is this fixed with the prompt / pkcs7 work?
I think this is about encrypted parameters to a task rather then connection information to the target.