ansible-role--sshd/role.yml

11 lines
193 B
YAML
Raw Permalink Normal View History

2024-07-12 12:40:25 +00:00
---
- hosts: localhost
remote_user: root
vars_files:
- 'vars/main.yml'
- 'defaults/main.yml'
tasks:
- include: 'tasks/main.yml'
handlers:
- include: 'handlers/main.yml'