f5devcentral / ansible-role-f5_atc_deploy_declaration

Ansible role used to deploy declaratives to F5 Automated Tool Chain services: AS3, DO, and TS
Apache License 2.0
7 stars 11 forks source link

Provider password exposed with verbosity #18

Open wncocz opened 4 years ago

wncocz commented 4 years ago

TASK "f5devcentral.atc_deploy : Setup provider and varables" shows provider password with -vvv

tabernarious commented 3 years ago

This should be fixable by adding no_log: True to that task. It would hide all of the output from that task. If seeing the other values would be helpful a separate task could be created just for the provider.

I'm working on something in there so I'll look at adding this.