public-health-ch/ansible/roles/dev-sec.os-hardening/templates/etc/securetty.j2

6 lines
149 B
Django/Jinja

{{ ansible_managed | comment }}
# A list of TTYs, from which root can log in
# see `man securetty` for reference
{{ "\n".join(os_auth_root_ttys) }}