Files @ 5eb7821a1e4d
Branch filter:

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

branko
MAR-218: Switch to using ldap_attrs module:

- Update invocations and syntax.
- Drop the workaround for configuring TLS on the LDAP server (should
be possible to set all relevant attributes at the same time at this
point).
- Group some invocations where it makes sense.
---

allow_duplicates: true

dependencies:
  - database_server
  - role: backup
    when: enable_backup
    backup_patterns_filename: "database_{{ db_name }}"
    backup_patterns:
      - "/srv/backup/mariadb/{{ db_name }}.sql"

galaxy_info:
  role_name: database
  namespace: azaghal
  author: Branko Majic
  description: Creates MariaDB database and accompanying user to access it
  license: BSD
  min_ansible_version: "10.3"
  platforms:
    - name: Debian
      versions:
        - bookworm