ansible-roles/ldap/defaults/main.yml

5 lines
190 B
YAML
Raw Normal View History

2017-01-11 17:35:46 +01:00
---
2017-11-06 17:26:24 +01:00
ldap_hostname: "{{ ansible_hostname }}"
ldap_domain: "{{ ansible_domain }}"
ldap_suffix: "dc={{ ldap_hostname }},dc={{ ldap_domain.split('.')[-2] }},dc={{ ldap_domain.split('.')[-1] }}"