reload ssh

networking
Jean-Marie Mineau 3 years ago
parent b6e22ff91d
commit 522c372e49

@ -14,12 +14,14 @@ dependencies:
path: /etc/ssh/sshd_config
regexp: '^#?ChallengeResponseAuthentication'
line: 'ChallengeResponseAuthentication yes'
notify: Reload sshd
- name: Set UsePAM in sshd conf
lineinfile:
path: /etc/ssh/sshd_config
regexp: '^#?UsePAM'
line: 'UsePAM yes'
notify: Reload sshd

Loading…
Cancel
Save