Skip to content
Snippets Groups Projects
Select Git revision
1 result

README-vault.md

Blame
    • Rafael Guterres Jeffman's avatar
      c6cb7216
      Add note about `no_log` use on vault data retrieve. · c6cb7216
      Rafael Guterres Jeffman authored
      When using the ipavault module to retrieve stored data, this data is
      often sensitive, and if `no_log` is not enabled on the playbook, the
      sensitive data will be logged by Ansible.
      
      This change in de documentation, and playbook examples, suggests the
      use of `no_log: true` when using `state: retrieved` with ipavault.
      c6cb7216
      History
      Add note about `no_log` use on vault data retrieve.
      Rafael Guterres Jeffman authored
      When using the ipavault module to retrieve stored data, this data is
      often sensitive, and if `no_log` is not enabled on the playbook, the
      sensitive data will be logged by Ansible.
      
      This change in de documentation, and playbook examples, suggests the
      use of `no_log: true` when using `state: retrieved` with ipavault.