gpt4 book ai didi

file - 将变量写入 Ansible 中的文件

转载 作者:行者123 更新时间:2023-12-03 04:57:18 25 4
gpt4 key购买 nike

我正在通过 URI 模块提取 JSON,并希望将接收到的内容写入文件。我能够获取内容并将其输出到调试器,因此我知道已收到内容,但我不知道写入文件的最佳实践。

最佳答案

来自tmoschou的重要评论:

As of Ansible 2.10, The documentation for ansible.builtin.copy says:
If you need variable interpolation in copied files, use the
ansible.builtin.template module. Using a variable in the content
field will result in unpredictable output.

有关更多详细信息,请参阅 this和一个explanation

<小时/>

原答案:

您可以使用带有content参数的copy模块:

- copy: content="{{ your_json_feed }}" dest=/path/to/destination/file

此处的文档:copy module

关于file - 将变量写入 Ansible 中的文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26638180/

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