Move etcd installation to playbook

Depends-On: https://review.opendev.org/c/openstack/openstack-ansible/+/847362
Change-Id: Ifb111105b63515449c07ffcd27b72bb9eceab83d
This commit is contained in:
Dmitriy Rabotyagov 2022-06-23 17:34:19 +02:00
parent 0d971e9837
commit 53ad680494

View File

@ -184,13 +184,3 @@
tags:
- zun-config
- systemd-service
- name: Run the etcd service role
import_role:
name: etcd
vars:
etcd_cluster_group: "zun_api"
when:
- zun_services['zun-api']['group'] in group_names
tags:
- zun-config