mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-12-25 01:50:18 +01:00
8 lines
111 B
YAML
8 lines
111 B
YAML
|
---
|
||
|
- hosts: all
|
||
|
become: true
|
||
|
tasks:
|
||
|
- name: "Configure sshd"
|
||
|
include_role:
|
||
|
name: ansible-sshd
|