Files @ 3722152897ec
Branch filter:

Location: majic-ansible-roles/roles/ldap_server/meta/main.yml - annotation

branko
MAR-218: Disable Ansible lints for prefixed role variable names:

- At this point in time, it does not make much sense to introduce
prefixing and breaking every single role invocation.
- Might be worth revisting down the line, although it would require
understanding a bit more clearly if prefixing has any kind of
special logic handling or it's pure guidelines.
---

dependencies:
  - common
  - ldap_client
  - role: backup
    when: enable_backup
    backup_patterns_filename: "ldap_server"
    backup_patterns:
      - "/srv/backup/slapd.bak"

galaxy_info:
  role_name: ldap_server
  namespace: azaghal
  author: Branko Majic
  description: Sets-up an OpenLDAP server
  license: BSD
  min_ansible_version: "10.3"
  platforms:
    - name: Debian
      versions:
        - bookworm