With the below settings, each variable content containing vault, pwd or pass will be obfuscated.
In ansible.cfg:
# Enable plugin
[defaults]
stdout_callback = protect_data
[callback_protect_data]
With the below settings, each variable content containing vault, pwd or pass will be obfuscated.
In ansible.cfg:
# Enable plugin
[defaults]
stdout_callback = protect_data
[callback_protect_data]