Make 8.2 config default and remove symlinks for 8.2+

fixes: #13
This commit is contained in:
Sven Velt 2022-03-21 13:17:44 +01:00
parent dd1073d16b
commit 7b0fd3e6c6
7 changed files with 4 additions and 6 deletions

View file

@ -17,7 +17,10 @@
- name: Read SSH version config file
include_vars: "ssh_{{ ssh_hardening_version.stdout_lines.0 }}.yml"
include_vars: "{{ item }}"
with_first_found:
- "ssh_{{ ssh_hardening_version.stdout_lines.0 }}.yml"
- "ssh_default.yml"
when: ssh_hardening_force is not defined

View file

@ -1 +0,0 @@
ssh_8.4.yml

View file

@ -1 +0,0 @@
ssh_8.2.yml

View file

@ -1 +0,0 @@
ssh_8.2.yml

View file

@ -1 +0,0 @@
ssh_8.2.yml

View file

@ -1 +0,0 @@
ssh_8.2.yml