feat: add test for Rocky Linux 8 #1
@ -21,8 +21,8 @@ ldap_proxy_loglevel: 0
|
|||||||
ldap_proxy_acl_file: "{{ ldap_proxy_base_dir }}/slapd.access"
|
ldap_proxy_acl_file: "{{ ldap_proxy_base_dir }}/slapd.access"
|
||||||
ldap_proxy_acls:
|
ldap_proxy_acls:
|
||||||
- access_to:
|
- access_to:
|
||||||
- '*'
|
- "*"
|
||||||
access_by:
|
access_by:
|
||||||
- '* read'
|
- "* read"
|
||||||
|
|
||||||
ldap_proxy_custom_schemas: []
|
ldap_proxy_custom_schemas: []
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
- "{{ ansible_lsb.id | default('') | lower }}.yml"
|
- "{{ ansible_lsb.id | default('') | lower }}.yml"
|
||||||
- "{{ ansible_os_family | lower }}-{{ ansible_distribution_major_version }}.yml"
|
- "{{ ansible_os_family | lower }}-{{ ansible_distribution_major_version }}.yml"
|
||||||
- "{{ ansible_os_family | lower }}.yml"
|
- "{{ ansible_os_family | lower }}.yml"
|
||||||
|
- default.yml
|
||||||
paths:
|
paths:
|
||||||
- "vars"
|
- "vars"
|
||||||
when: var_files
|
when: var_files
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
- name: Define ldap_proxy_enablerepo
|
- name: Define ldap_proxy_enablerepo
|
||||||
set_fact:
|
set_fact:
|
||||||
redis_packages: "{{ __ldap_proxy_enablerepo | list }}"
|
ldap_proxy_enablerepo: "{{ __ldap_proxy_enablerepo | list }}"
|
||||||
when: ldap_proxy_enablerepo is not defined
|
when: ldap_proxy_enablerepo is not defined
|
||||||
|
2
vars/default.yml
Normal file
2
vars/default.yml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
---
|
||||||
|
__ldap_proxy_enablerepo: []
|
Loading…
Reference in New Issue
Block a user