gpt4 book ai didi

server - 如何在ansible中在 "Do you want to continue"提示上提供自定义输入?

转载 作者:行者123 更新时间:2023-12-04 07:56:38 28 4
gpt4 key购买 nike

在使用 Linux 时,当我们尝试使用命令行安装某些东西时,我们会收到一个提示

"Do you want to continue"[Y/N]..
我想使用 ansible-playbook 自动化它。

最佳答案

对于这种用例,module expect可以用。
例如,在您的情况下,基本任务如下所示:

- name : "Provide custom input"
expect:
command: 'launch.sh'
responses:
'Do you want to continue\"\[Y\/N\]\"': 'y'

关于server - 如何在ansible中在 "Do you want to continue"提示上提供自定义输入?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66668336/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com