Skip to content
Snippets Groups Projects
Commit 3123502f authored by gdmelloatpoints's avatar gdmelloatpoints
Browse files

move `etcd_backup_prefix` to new home.

parent 4ba237c5
No related branches found
No related tags found
No related merge requests found
...@@ -4,9 +4,6 @@ bootstrap_os: none ...@@ -4,9 +4,6 @@ bootstrap_os: none
#Directory where etcd data stored #Directory where etcd data stored
etcd_data_dir: /var/lib/etcd etcd_data_dir: /var/lib/etcd
#Directory where etcd backups are stored on the host
etcd_backup_prefix: /var/backups
# Directory where the binaries will be installed # Directory where the binaries will be installed
bin_dir: /usr/local/bin bin_dir: /usr/local/bin
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
# Set to false to only do certificate management # Set to false to only do certificate management
etcd_cluster_setup: true etcd_cluster_setup: true
etcd_backup_prefix: "/var/backups"
etcd_bin_dir: "{{ local_release_dir }}/etcd/etcd-{{ etcd_version }}-linux-amd64/" etcd_bin_dir: "{{ local_release_dir }}/etcd/etcd-{{ etcd_version }}-linux-amd64/"
etcd_data_dir: "/var/lib/etcd" etcd_data_dir: "/var/lib/etcd"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment