Files @ 36ce706cb123
Branch filter:

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

branko
MAR-239: Dropped support for Debian 11 Bullseye from the backup_client role:

- Switch to using Paramiko instead of pexpect backend (therefore
avoiding using the external SSH client binary).
---

dependencies:
  - role: backup
    when: enable_backup
    backup_patterns_filename: common
    backup_patterns:
      - "/var/log"
      - "/etc/shadow"
      - "/var/mail"
      - "/var/spool/cron"
  - role: backup
    when: enable_backup
    backup_patterns_filename: common_extra
    backup_patterns: "{{ extra_backup_patterns }}"

galaxy_info:
  author: Branko Majic
  description: Apply common configuration and hardening on server
  license: BSD
  min_ansible_version: 2.9
  platforms:
    - name: Debian
      versions:
        - 11
        - 12