diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-08-20 22:58:29 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-08-20 22:58:29 +0200 |
commit | 0653c447dd213e794d77117b01ccccec0bbae068 (patch) | |
tree | 2e4fbe70d29f4471fafd2416e4e29fe9d139ff3d /roles/sshd/templates/sshd_config | |
parent | v0.0.17 (diff) | |
download | infra-ansible-0653c447dd213e794d77117b01ccccec0bbae068.tar.gz infra-ansible-0653c447dd213e794d77117b01ccccec0bbae068.zip |
add ansible_managed comment to templates
Diffstat (limited to 'roles/sshd/templates/sshd_config')
-rw-r--r-- | roles/sshd/templates/sshd_config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/sshd/templates/sshd_config b/roles/sshd/templates/sshd_config index 6963c88..abcf0d7 100644 --- a/roles/sshd/templates/sshd_config +++ b/roles/sshd/templates/sshd_config @@ -1,3 +1,5 @@ +{{ ansible_managed | comment }} + # Parameters that have sane defaults on Debian 11 are omitted. {% set ssh_port = hostvars[inventory_hostname].ansible_port %} |