2023-02-17 12:29:18 +01:00
|
|
|
---
|
|
|
|
# tasks file for Ansible-Borg-Server-Role
|
2023-02-17 14:28:38 +01:00
|
|
|
- name: Install Borg
|
|
|
|
ansible.builtin.include_tasks:
|
|
|
|
file: preflight.yml
|
2023-02-17 14:51:36 +01:00
|
|
|
|
|
|
|
- name: Configure borg server
|
|
|
|
ansible.builtin.include_tasks:
|
|
|
|
file: configure.yml
|