Files @ 23a9ea4219dc
Branch filter:

Location: majic-ansible-roles/roles/backup/tasks/main.yml

branko
MAR-113: Added option for specifying relay port to mail_forwarder:

- Introduced new option "smtp_relay_host_port".
- Updated the test playbook and tests to make sure new functionality works as
expected.
- Update role reference documentation.
- Updated usage instructions.
1
2
3
4
5
6
7
---

- name: Configure backup patterns
  template: src="backup_patterns.j2" dest="/etc/duply/main/patterns/{{ backup_patterns_filename }}"
            owner="root" group="root" mode=0600
  notify:
    - Assemble Duply include patterns