feat: add test for Rocky Linux 8 #1

Merged
xoxys merged 5 commits from test-rocky8 into master 2022-02-12 12:34:44 +00:00
4 changed files with 6 additions and 3 deletions
Showing only changes of commit 010d035c7b - Show all commits

View File

@ -21,8 +21,8 @@ ldap_proxy_loglevel: 0
ldap_proxy_acl_file: "{{ ldap_proxy_base_dir }}/slapd.access"
ldap_proxy_acls:
- access_to:
- '*'
- "*"
access_by:
- '* read'
- "* read"
ldap_proxy_custom_schemas: []

View File

@ -7,6 +7,7 @@
- "{{ ansible_lsb.id | default('') | lower }}.yml"
- "{{ ansible_os_family | lower }}-{{ ansible_distribution_major_version }}.yml"
- "{{ ansible_os_family | lower }}.yml"
- default.yml
paths:
- "vars"
when: var_files

View File

@ -1,5 +1,5 @@
---
- name: Define ldap_proxy_enablerepo
set_fact:
redis_packages: "{{ __ldap_proxy_enablerepo | list }}"
ldap_proxy_enablerepo: "{{ __ldap_proxy_enablerepo | list }}"
when: ldap_proxy_enablerepo is not defined

2
vars/default.yml Normal file
View File

@ -0,0 +1,2 @@
---
__ldap_proxy_enablerepo: []