aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/sshd
diff options
context:
space:
mode:
Diffstat (limited to 'roles/sshd')
-rw-r--r--roles/sshd/tasks/main.yml2
-rw-r--r--roles/sshd/templates/sshd_config.j2 (renamed from roles/sshd/templates/sshd_config)0
2 files changed, 1 insertions, 1 deletions
diff --git a/roles/sshd/tasks/main.yml b/roles/sshd/tasks/main.yml
index d31ac79..ed60e75 100644
--- a/roles/sshd/tasks/main.yml
+++ b/roles/sshd/tasks/main.yml
@@ -1,7 +1,7 @@
- name: Configure sshd
become: true
ansible.builtin.template:
- src: sshd_config
+ src: sshd_config.j2
dest: /etc/ssh/sshd_config
owner: root
group: root
diff --git a/roles/sshd/templates/sshd_config b/roles/sshd/templates/sshd_config.j2
index abcf0d7..abcf0d7 100644
--- a/roles/sshd/templates/sshd_config
+++ b/roles/sshd/templates/sshd_config.j2