12 lines
236 B
YAML
12 lines
236 B
YAML
---
|
|
- name: Backing up OneLab (1.27.0)
|
|
hosts: localhost
|
|
gather_facts: yes
|
|
vars:
|
|
onelab_path: '../../../..'
|
|
|
|
# Call from ./installation/latest/app/playbooks/backup.yml
|
|
|
|
tasks:
|
|
- include_tasks: ./tasks/backup-task.yml
|