Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • v1.14.6
  • v1.14.5
  • v1.14.4
  • v1.14.3
  • v1.14.2
  • v1.14.1
  • v1.14.0
  • v1.13.2
  • v1.13.1
  • v1.13.0
  • v1.12.1
  • v1.12.0
  • v1.11.1
  • v1.11.0
  • v1.10.0
  • v1.9.2
  • v1.9.1
  • v1.9.0
  • v1.8.4
  • v1.8.3
21 results

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.