2022-09-07 17:53:38 +02:00
|
|
|
---
|
|
|
|
- name: requirements
|
|
|
|
include_tasks: requirements.yml
|
|
|
|
|
|
|
|
- name: services
|
|
|
|
vars:
|
|
|
|
service: "{{ item }}"
|
|
|
|
include_tasks: "{{ item }}.yml"
|
|
|
|
tags:
|
2023-01-04 09:39:33 +01:00
|
|
|
- backup_duplicity
|
2022-09-07 17:53:38 +02:00
|
|
|
with_items:
|
|
|
|
- "{{ backup_services }}"
|
2023-01-04 11:34:47 +01:00
|
|
|
|
|
|
|
- name: tools
|
|
|
|
include_tasks: "tools.yml"
|
|
|
|
tags:
|
|
|
|
- backup_duplicity
|