Commit d7e4aea6 authored by 张杰龙's avatar 张杰龙
Browse files

zookeeper

parent 7dcb386f
No related merge requests found
Showing with 4 additions and 5 deletions
+4 -5
---
- name: Install zookeeper
hosts: zookeeper
- hosts: zookeeper
gather_facts: no
tasks:
- name: 等待连接
wait_for_connection:
sleep: 10
sleep: 1
timeout: "{{ wait_connection_timeout }}"
- name: set ssh password open
ignore_errors: yes
......@@ -14,7 +13,7 @@
shell: sudo service sshd restart
- name: set root user password
ignore_errors: yes
user: name=root password={{ root_password | password_hash('sha512') }
user: name=root password={{ root_password | password_hash('sha512') }}
vars:
- softwareIp: "{{ software_ip }}"
- softwareIpPath: http://{{ softwareIp }}/{{ sSoftwarePath }}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment