ansible-bootstrap-rocky9/roles/linux_login_banner_rhel9/defaults/main.yml
2026-05-12 00:21:37 +03:00

17 lines
426 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
# Enable login banners (CIS 5.6)
linux_login_banner_enabled: true
# Pre-login banner (/etc/issue.net) shown before SSH login
linux_login_banner_prelogin: true
# Post-login banner (/etc/motd) shown after successful login
linux_login_banner_postlogin: true
# Additional static issue file (/etc/issue) shown on console/TTY
linux_login_banner_issue: true
# Role disable var
linux_login_banner_disabled: false