Files @ 62014a66e35f
Branch filter:

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

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
5
6
7
8
9
---

dependencies:
  - common
  - role: backup
    when: enable_backup
    backup_patterns_filename: "mail_server"
    backup_patterns:
      - "/var/{{ mail_user }}"