Browse Source

notify ssh restart on pub ca change

python3
Andrea Cimbalo 7 years ago
parent
commit
df0e0fdf15
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      roles/ssh_server/tasks/main.yaml

+ 1
- 0
roles/ssh_server/tasks/main.yaml View File

@ -96,6 +96,7 @@
copy:
content: "ssh-rsa {{ user_ca_key }}"
dest: "/etc/ssh/user_ca.pub"
notify: restart ssh
- name: add certificate to sshd config
lineinfile:


Loading…
Cancel
Save