1 Star 0 Fork 44

HanDong / ansible-elk-deploy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
07-deploy_monit.yml 439 Bytes
一键复制 编辑 原始数据 按行查看 历史
乞丐亦异 提交于 2018-05-15 16:28 . Dev (#22)
- hosts: all
become: yes
serial: 33%
roles:
- deploy.Monit
post_tasks:
- block:
- name: Waiting for service started
wait_for:
port: 2812
timeout: 35
rescue:
- service:
name: monit
state: restarted
- wait_for:
port: 2812
timeout: 120
- include_role:
name: deploy.Monit
tasks_from: report.yml
Python
1
https://gitee.com/handong890/ansible-elk-deploy.git
git@gitee.com:handong890/ansible-elk-deploy.git
handong890
ansible-elk-deploy
ansible-elk-deploy
master

搜索帮助