ansible-sshd/tasks/sshd.yml

10 lines
254 B
YAML
Raw Normal View History

2018-09-08 09:14:39 +02:00
---
2022-04-12 21:17:44 +02:00
- name: Set common variables and ensure basic facts are gathered
include_tasks: set_common_vars.yml
2018-09-08 09:14:39 +02:00
2022-04-12 21:17:44 +02:00
- name: Set platform/version specific variables
include_tasks: variables.yml
2022-04-12 21:17:44 +02:00
- name: Execute the actual role tasks
include_tasks: install.yml