1 Star 0 Fork 44

流风一剑1990 / ansible-elk-deploy

forked from KrisOtk / ansible-elk-deploy 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
05-deploy_kibana.yml 539 Bytes
一键复制 编辑 原始数据 按行查看 历史
Haibin Lee 提交于 2018-05-08 12:34 . ADD: handbook.md
- hosts: kibana
become: yes
serial:
- 1
- 33%
roles:
- deploy.Kibana
- role: deploy.ElasticSearch
when: "'elasticsearch' not in group_names"
- deploy.Curator
post_tasks:
- block:
- name: Waiting for service started
wait_for:
port: '{{ kibana_port }}'
timeout: 120
rescue:
- service:
name: kibana
state: restarted
enabled: yes
- wait_for:
port: '{{ kibana_port }}'
timeout: 120
Python
1
https://gitee.com/liufengyijian/ansible-elk-deploy.git
git@gitee.com:liufengyijian/ansible-elk-deploy.git
liufengyijian
ansible-elk-deploy
ansible-elk-deploy
master

搜索帮助