
archive.apache.org contains all the released versions, whereas dlcdn only has the latest minor revision. using the archive link will allow branches to continue to work indepdendently of the upstream's CDN and release schedule also, fix linter for example playbook Closes-Bug: 2038826 Change-Id: Id95dbed736553b24341eb15c74b4a194369dda9f
11 lines
191 B
YAML
11 lines
191 B
YAML
---
|
|
- name: Install zookeeper cluster
|
|
hosts: zookeeper_all
|
|
become: yes
|
|
vars:
|
|
management_address: "{{ ansible_host }}"
|
|
roles:
|
|
- role: zookeeper
|
|
tags:
|
|
- zookeeper
|