sshd
# Enables managing sshd config, defaults to on.
manage_sshd: true
# Default service name for ssh if it doesn't match anything in vars/. Shouldn't need to set this if you have a Debian or RedHat based distro.
ssh_service_name: sshd
---
- hosts: all
roles:
- sshd
Apache 2.0
Ryan Yates