aboutsummaryrefslogtreecommitdiffstats
path: root/roles/sshd/tasks/main.yml
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2021-12-11 21:55:28 +0000
committerRomain Gonçalves <me@rgoncalves.se>2021-12-11 21:55:28 +0000
commitd67fb68e5fcd240c6c0e8e7c6e7e804da6f6238b (patch)
treefa415a01a3f0237a539bceb0cf9c06c1c4cc0189 /roles/sshd/tasks/main.yml
parentde3373e97d133e0ac76fb44deb5dea27c18d8815 (diff)
downloadrules-d67fb68e5fcd240c6c0e8e7c6e7e804da6f6238b.tar.gz
roles/sshd: Enable and cleanup key synchronization
Diffstat (limited to 'roles/sshd/tasks/main.yml')
-rw-r--r--roles/sshd/tasks/main.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/sshd/tasks/main.yml b/roles/sshd/tasks/main.yml
index fcff3e9..54ef9c2 100644
--- a/roles/sshd/tasks/main.yml
+++ b/roles/sshd/tasks/main.yml
@@ -6,6 +6,9 @@
group: 0
mode: 0644
+- name: include key synchronization tasks
+ include_tasks: synchronize_keys.yml
+
- name: enable and restart sshd
service:
name: sshd
remember that computers suck.