You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Replace literal no_log: true with network_secure_logging variable
- Add no_log: "{{ ansible_verbosity < 2 }}" to package_facts and service_facts
- Add network_secure_logging: true to defaults/main.yml
- Document network_secure_logging variable in README.md
This change allows users to control logging of potentially sensitive
information by setting network_secure_logging: false for debugging,
while maintaining secure defaults.
For package_facts and service_facts, the role now uses verbosity-based
logging to hide verbose output unless ansible_verbosity >= 2.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
0 commit comments