c12s-kubespray/roles/etcd/meta/main.yml
2017-02-08 21:41:36 +00:00

11 lines
291 B
YAML

---
dependencies:
- role: adduser
user: "{{ addusers.etcd }}"
when: not ansible_os_family in ['CoreOS', 'Container Linux by CoreOS']
- role: download
file: "{{ downloads.etcd }}"
tags: download
# NOTE: Dynamic task dependency on Vault Role if cert_management == "vault"