kubeasz/roles/os-harden/templates/securetty.j2

7 lines
152 B
Plaintext
Raw Normal View History

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