You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hadoop-ansible/zookeeper.yml

17 lines
311 B
YAML

---
- hosts: zookeeper_cluster
remote_user: root
serial: 30%
vars_files:
- ../library/vars/isti-global.yml
roles:
- common
- cdh_common
- ../library/roles/chkconfig
- hadoop_zookeeper
- hadoop_zookeeper_server
- hadoop_zookeeper_config
- hadoop_zookeeper_server_config