2016-05-22 22:25:52 +00:00
|
|
|
---
|
|
|
|
dependencies:
|
|
|
|
- role: adduser
|
|
|
|
user: "{{ addusers.etcd }}"
|
2017-02-06 12:58:54 +00:00
|
|
|
when: not ansible_os_family in ['CoreOS', 'Container Linux by CoreOS']
|
2016-09-14 12:30:57 +00:00
|
|
|
- role: download
|
|
|
|
file: "{{ downloads.etcd }}"
|
2016-12-08 13:36:00 +00:00
|
|
|
tags: download
|
2017-02-08 21:41:36 +00:00
|
|
|
|
|
|
|
# NOTE: Dynamic task dependency on Vault Role if cert_management == "vault"
|