summaryrefslogtreecommitdiffstats
path: root/roles/etcd/tasks/backup.force_new_cluster.yml
blob: d2e866416905104791a33fc8a5ea61cf11c4426c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
- include: backup/vars.yml

- name: Move content of etcd backup under the etcd data directory
  command: >
    mv "{{ l_etcd_backup_dir }}/member" "{{ etcd_data_dir }}"

- name: Set etcd group for the etcd data directory
  command: >
    chown -R etcd:etcd "{{ etcd_data_dir }}"

- include: auxiliary/force_new_cluster.yml