You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
311 B

  1. ---
  2. - name: install | Copy etcd and etcdctl binary from download dir
  3. copy:
  4. src: "{{ local_release_dir }}/etcd-{{ etcd_version }}-linux-{{ host_architecture }}/{{ item }}"
  5. dest: "{{ bin_dir }}/{{ item }}"
  6. mode: 0755
  7. remote_src: yes
  8. with_items:
  9. - etcd
  10. - etcdctl
  11. when: etcd_cluster_setup