mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-10 05:33:29 +01:00
6 lines
96 B
YAML
6 lines
96 B
YAML
---
|
|
- hosts: all
|
|
tasks:
|
|
- name: "Configure sshd"
|
|
include_role:
|
|
name: ansible-sshd
|