summaryrefslogtreecommitdiffstats
path: root/roles/etcd/tasks/backup/archive.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/etcd/tasks/backup/archive.yml')
-rw-r--r--roles/etcd/tasks/backup/archive.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/etcd/tasks/backup/archive.yml b/roles/etcd/tasks/backup/archive.yml
new file mode 100644
index 000000000..f6aa68a6e
--- /dev/null
+++ b/roles/etcd/tasks/backup/archive.yml
@@ -0,0 +1,5 @@
+---
+- name: Archive backup
+ archive:
+ path: "{{ l_etcd_backup_dir }}"
+ dest: "{{ l_etcd_backup_dir }}.tgz"