Files @ fb34333e4b48
Branch filter:

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

branko
MAR-181: Use Debian-provided Prosody package instead of project repository:

- Upstream repository has a tendency to drop support for older Debian
releases, and to completely wipe old version repositories.
- It should be way less hassle to simply start using the
Debian-provided packages instead.
- Introduces deprecation tests to check if the role will also clean-up
the non-Debian packages.
---

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:
        - 10