summaryrefslogtreecommitdiffstats
path: root/roles/etcd/tasks/backup.force_new_cluster.yml
blob: 7dd0899eed044d0c4d4f720237e7fadc0e773aa0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
- include_tasks: 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_tasks: auxiliary/force_new_cluster.yml