summaryrefslogtreecommitdiffstats
path: root/roles/etcd/tasks/backup.force_new_cluster.yml
blob: 24bd0540d3922d0afd94c4c29ebaa475a7cca702 (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" "{{ l_etcd_data_dir }}"

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

- include: auxiliary/force_new_cluster.yml