xoxys.sshd/tasks/main.yml

14 lines
336 B
YAML
Raw Normal View History

2019-11-02 19:10:39 +01:00
---
- include_tasks: "{{ lookup('first_found', params) }}"
vars:
params:
files:
- "ssh_{{ ansible_lsb.id | default('') | lower }}.yml"
- "ssh_{{ ansible_os_family | lower }}.yml"
- "ssh_default.yml"
paths:
- "tasks"
- include_tasks: ssh_2fa.yml
when: sshd_google_auth_enabled | bool