Hi All, 

I need recommendation to use encryption and decryption  of generated log 
files during the playbook execution . I was going through ansible 
documentation and I don't see any module  except use of ansible-vault . I 
appreciate your  advise .


there is a module to decrypt the log file 
- ansible.builtin.debug: msg="the value of foo.log is {{ 
lookup('ansible.builtin.unvault', '/etc/foo.log') | string | trim }}"

Thanks 
Deepak

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/bd19e9de-58d3-4132-a26f-21e3c0a360c9n%40googlegroups.com.

Reply via email to