c12s-kubespray/roles/etcd/meta/main.yml

9 lines
346 B
YAML
Raw Normal View History

---
dependencies:
- role: adduser
user: "{{ addusers.etcd }}"
2019-12-05 15:24:32 +00:00
when: not (ansible_os_family in ["CoreOS", "Coreos", "Container Linux by CoreOS", "ClearLinux"] or is_atomic)
- role: adduser
user: "{{ addusers.kube }}"
2019-12-05 15:24:32 +00:00
when: not (ansible_os_family in ["CoreOS", "Coreos", "Container Linux by CoreOS", "ClearLinux"] or is_atomic)