Add kerberize role (providing kerberized ssh so far).

This commit is contained in:
Andreas B. Mundt 2019-11-29 15:47:45 +01:00
parent be829760c6
commit 61e4b1d852
5 changed files with 41 additions and 6 deletions

View file

@ -0,0 +1,5 @@
- name: reload sshd
systemd:
name: sshd
state: reloaded
notify: "reload sshd"