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