Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
main.yml 734 B
Newer Older
sylvainar's avatar
sylvainar committed
galaxy_info:
  role_name: ynh_backup
  description: Backup Yunohost with Ansible
sylvainar's avatar
sylvainar committed
  license: GPL-v3
therojam's avatar
therojam committed
  min_ansible_version: 2.10
sylvainar's avatar
sylvainar committed
  platforms:
    - name: Debian
      versions:
        - buster
  galaxy_tags:
    - yunohost
sylvainar's avatar
sylvainar committed
    - cloud
    - web
sylvainar's avatar
sylvainar committed

dependencies:
  - role: m3nu.ansible_role_borgbackup
Arthur BOUDREAULT's avatar
Arthur BOUDREAULT committed
    vars:
      borgmatic_config_name: "borg_remote_repo"
      borg_encryption_passphrase: "{{ borg_remote_repo_encryption_passphrase }}"
      borg_repository: "{{ borg_remote_repository }}"
      borg_retention_policy:
        keep_daily: "{{ borg_number_days_to_keep }}"
        keep_weekly: "{{ borg_number_weeks_to_keep }}"
        keep_monthly: "{{ borg_number_months_to_keep }}"