public-health-ch/ansible/roles/dev-sec.os-hardening/templates/etc/securetty.j2
2020-05-15 22:41:39 +02:00

5 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) }}