Files
ansible/borg-clients.yml
T

14 lines
238 B
YAML
Raw Normal View History

2026-06-28 16:39:16 +02:00
---
- name: Setup Borg Backups
hosts: borg_clients
tasks:
- name: Install Borgmatic
ansible.builtin.package:
name: "borgmatic"
state: present
- name: Borgmatic
include_tasks: tasks/borgmatic.yml