mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-15 16:00:19 +01:00
7 lines
96 B
YAML
7 lines
96 B
YAML
|
---
|
||
|
- hosts: all
|
||
|
tasks:
|
||
|
- name: "Configure sshd"
|
||
|
include_role:
|
||
|
name: ansible-sshd
|