Allowing etcd to run via rkt

This commit is contained in:
Brad Beam
2016-12-13 11:20:22 -06:00
parent a8f2af0503
commit 8dc19374cc
8 changed files with 71 additions and 24 deletions

View File

@@ -0,0 +1,9 @@
---
- name: Install | Copy etcd binary from downloaddir
command: rsync -piu "{{ etcd_bin_dir }}/etcd" "{{ bin_dir }}/etcd"
register: etcd_copy
changed_when: false
- name: Install | Copy etcdctl binary from downloaddir
command: rsync -piu "{{ etcd_bin_dir }}/etcdctl" "{{ bin_dir }}/etcdctl"
changed_when: false