Files @ 62014a66e35f
Branch filter:

Location: majic-ansible-roles/roles/ldap_client/templates/ldap.conf.j2

branko
MAR-129: Updated LDAP client role and its tests for new Molecule and Ansible:

- Fixed linting issues.
- Moved test playbook variables into group_vars.
- Include linting configuration for tests from top-level directory.
- Updated how the target hosts are refenced in tests.
- Fixed Ansible warnings.
1
2
3
4
{% for config in ldap_client_config -%}
# {{ config.comment }}
{{ config.option }} {{config.value }}
{% endfor -%}