ansible-sshd/tasks/sshd.yml
2022-04-19 17:20:27 +02:00

9 lines
254 B
YAML

---
- name: Set common variables and ensure basic facts are gathered
include_tasks: set_common_vars.yml
- name: Set platform/version specific variables
include_tasks: variables.yml
- name: Execute the actual role tasks
include_tasks: install.yml