Files @ 5eb7821a1e4d
Branch filter:

Location: majic-ansible-roles/roles/common/meta/main.yml

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.
---

dependencies:
  - role: backup
    when: enable_backup
    backup_patterns_filename: common
    backup_patterns:
      - "/var/log"
      - "/etc/shadow"
      - "/var/mail"
      - "/var/spool/cron"
  - role: backup
    when: enable_backup
    backup_patterns_filename: common_extra
    backup_patterns: "{{ extra_backup_patterns }}"

galaxy_info:
  role_name: common
  namespace: azaghal
  author: Branko Majic
  description: Apply common configuration and hardening on server
  license: BSD
  min_ansible_version: "10.3"
  platforms:
    - name: Debian
      versions:
        - bookworm