微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

如何在竹子中同时运行作业时避免停机

如何解决如何在竹子中同时运行作业时避免停机

Service has stopped in both the nodes,I just want everything else to be done simultaneously but there should not be any down time,Could someone please help me to solve this. Job is set up in Bamboo

解决方法

通过将其添加到您的剧本中,配置 ansible 以一一配置主机:

serial: 1

文档:https://docs.ansible.com/ansible/latest/user_guide/playbooks_strategies.html#setting-the-batch-size-with-serial

这假设您的 playbook 有在停止服务之后和继续到下一个主机之前启动服务的任务。

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。