mirror of
https://github.com/willshersystems/ansible-sshd
synced 2025-01-11 09:40:18 +01:00
6 lines
96 B
YAML
6 lines
96 B
YAML
---
|
|
- hosts: all
|
|
tasks:
|
|
- name: "Configure sshd"
|
|
include_role:
|
|
name: ansible-sshd
|