gpt4 book ai didi

linux - 如何让 ansible 回答 "yes"到 sendmailconfig 询问的所有内容

转载 作者:太空狗 更新时间:2023-10-29 11:24:11 32 4
gpt4 key购买 nike

我正在使用 ansible 设置服务器,我想安装和配置 sendmail。为此,我首先使用 apt 安装它,然后我需要运行 sendmailconfig 并回答 y 它提出的所有问题。

我认为最后一部分是最难的。 sendmailconfig 没有一个 -y 标志来回答所有问题,那么我如何让 Ansible 简单地同意它提出的所有问题?

最佳答案

只需使用 yes shell 实用程序,

yes 'y' | <command-name>
# ^^The repeated string being 'yes' as the OP had asked.

man 页面,

NAME
yes - output a string repeatedly until killed

SYNOPSIS
yes [STRING]...
yes OPTION

DESCRIPTION
Repeatedly output a line with all specified STRING(s), or 'y'.

关于linux - 如何让 ansible 回答 "yes"到 sendmailconfig 询问的所有内容,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41871918/

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