Files @ 7c07f17e46ba
Branch filter:

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

branko
MAR-26: Implemented scaffolding for testing the ldap_server role:

- Fixed role documentation and example for the ldap_server ldap_entries
parameter.
- Fixed missing leading zero when setting mode for deployed files.
- Marked certain tasks for skipping Ansible linting on.
- Fixed invocation of local LDAP commands to use unix socket out of the
box (don't depend on LDAP client configuration).
- Default to state 'present' for ldap_entry (makes things a bit more
readable/clear).
- Added test data for backup and TLS.
- Added dummy default test file.
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