---
- name: install openssh
apk:
name: openssh
- name: enable sshd service
service:
name: sshd
enabled: true
state: started