mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-14 02:47:06 +00:00
6cbc26040f
- multiline {{ansible_managed}} strings do not get properly commented without the comment filter (see http://docs.ansible.com/ansible/playbooks_filters.html#comment-filter )
6 lines
152 B
Django/Jinja
6 lines
152 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) }}
|