Files @ 2006d7eebe25
Branch filter:

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

branko
MAR-22: Initial test implementation for role 'common':

- Added Molecule configuration covering all platforms with two hosts for testing
mandatory and optional parameters, as well as helper machine.
- Created test playbook for deploying necessary roles to servers with specific
configuration settings.
- Added sample data used by the test playbook.
- Added stock test file.
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 }}"