Files @ befde126d803
Branch filter:

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

branko
MAR-218: Updated project requirements for Python virtual environment:

- Switch to using Python 3.11 as the basis.
- Pin Ansible and test framework to latest available/supported
versions.
- Drop the workarounds used for older package versions.
- Group the requirements according to their use within the project.
---

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