Add kerberize role (providing kerberized ssh so far).
This commit is contained in:
parent
be829760c6
commit
61e4b1d852
5 changed files with 41 additions and 6 deletions
5
roles/kerberize/handlers/main.yml
Normal file
5
roles/kerberize/handlers/main.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
- name: reload sshd
|
||||
systemd:
|
||||
name: sshd
|
||||
state: reloaded
|
||||
notify: "reload sshd"
|
Loading…
Add table
Add a link
Reference in a new issue