2018-11-15 19:15:35 +00:00
|
|
|
---
|
2018-11-19 22:57:57 +00:00
|
|
|
- include_vars: "{{ item }}"
|
|
|
|
with_first_found:
|
|
|
|
- "os_{{ ansible_os_family | lower }}.yml"
|
|
|
|
|
2018-11-19 22:54:52 +00:00
|
|
|
- include_tasks: setup_default.yml
|
2018-11-19 22:48:15 +00:00
|
|
|
when:
|
|
|
|
- common_sshd_configuration_enabled
|
|
|
|
- not ansible_lsb.id is defined or not ansible_lsb.id == "Univention"
|
|
|
|
- include_tasks: setup_ucs.yml
|
|
|
|
when:
|
|
|
|
- common_sshd_configuration_enabled
|
|
|
|
- ansible_lsb.id is defined
|
|
|
|
- ansible_lsb.id == "Univention"
|