Adding initial rkt support

This commit is contained in:
Brad Beam
2016-12-13 09:36:17 -06:00
parent a3c044b657
commit a8f2af0503
9 changed files with 63 additions and 1 deletions

View File

@@ -121,7 +121,7 @@ downloads:
unarchive: true
owner: "etcd"
mode: "0755"
container: "{{ etcd_deployment_type == 'docker' }}"
container: "{{ etcd_deployment_type }} in [ 'docker', 'rkt' ]"
repo: "{{ etcd_image_repo }}"
tag: "{{ etcd_image_tag }}"
hyperkube: