gpt4 book ai didi

linux - Ansible 安全更新

转载 作者:塔克拉玛干 更新时间:2023-11-03 02:04:06 25 4
gpt4 key购买 nike

我正在编写一本手册,该手册将为安全更新实例打补丁,但我想获得一份将首先安装哪些软件包的列表。

  - name: list security updates
yum:
list: security
register: result

- debug:
var: result
verbosity: 4

- name: install security updates
yum:
name: '*'
security: yes
state: latest

出于某种原因,ansible 正在跳过调试任务,我无法获得输出。

此外,运行“安装安全更新”任务时运行的 linux 等效命令是什么?

最佳答案

来自docs对于 debug 模块:

verbosity – a number that controls when the debug is run, if you set to 3 it will only run debug when -vvv or above

因此,如果使用 verbosity: 4,您将在使用 -vvvv 开关调用 ansible-playbook 时看到消息。

关于linux - Ansible 安全更新,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48305178/

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