win_ansible_role_sshd/tasks/main.yml
2022-12-29 16:40:39 +01:00

9 lines
253 B
YAML

---
- name: Configure Windows Firewall
ansible.builtin.include_tasks: firewall.yml
- name: Install OpenSSH via Powershell
ansible.builtin.include_tasks: powershell.yml
- name: Add OpenSSH Pubkey Access
ansible.builtin.include_tasks: pubkeys.yml