This commit is contained in:
parent
372cc1d23f
commit
010d035c7b
@ -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: []
|
||||
|
@ -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
|
||||
|
@ -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
2
vars/default.yml
Normal file
@ -0,0 +1,2 @@
|
||||
---
|
||||
__ldap_proxy_enablerepo: []
|
Loading…
Reference in New Issue
Block a user