duplicity_playbooks/playbook.yml
2023-10-15 00:04:39 +02:00

12 lines
272 B
YAML
Executable File

---
- name: duplicity backup
hosts: localhost
gather_facts: false
vars_files: main.yml
tasks:
- name: Include start.yml
ansible.builtin.include_tasks: "tasks/start.yml"
- name: Include down.yml
ansible.builtin.include_tasks: "tasks/down.yml"