Files @ a718023f9e76
Branch filter:

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

branko
MAR-181: Drop support for Debian 9 Stretch from the backup_client role:

- Provide more details on use of pexpect+sftp backed for
Duplicity (backend has to be used on Debian 10 Buster as well, not
just Debian 9 Stretch).
- Switch to using IPs from VirtualBox default allowed host-only
network subnets.
---

allow_duplicates: true

dependencies:
  - database_server
  - role: backup
    when: enable_backup
    backup_patterns_filename: "database_{{ db_name }}"
    backup_patterns:
      - "/srv/backup/mariadb/{{ db_name }}.sql"

galaxy_info:
  author: Branko Majic
  description: Creates MariaDB database and accompanying user to access it
  license: BSD
  min_ansible_version: 2.9
  platforms:
    - name: Debian
      versions:
        - 9
        - 10