The *sshd* role can be used to configure the OpenSSH daemon. It supports configuring a few options globally, as well as a limited set of options in `Match` blocks (e.g. per-user/group configuration).
5 lines
66 B
YAML
5 lines
66 B
YAML
- name: restart sshd
|
|
service:
|
|
name=sshd
|
|
state=restarted
|