英文: Return updated unsorted dict in Ansible 问题 我正在尝试合并一些字典,并保留它们各自位置上的项目,就像在Python中使用dict.update()一样...
你如何在另一个with_items任务中调用已注册的输出?
英文: How can I call with_items task registered output in another with_items task? 问题 tasks: - name: 查...
Ansible内联循环创建列表
英文: Ansible create a list from a loop inline 问题 我有一个操作手册,内容如下: - name: 安装 PHP 扩展 ansible.builtin.apt...
How can I define a variable in a SQL query saved in a jinja2 template and have it substituted with a value when the query is run by ansible?
英文: How can I define a variable in a SQL query saved in a jinja2 template and have it substituted wi...
Ansible:如何将文件从`files`目录复制到角色目录中的`templates`目录?
英文: Ansible: How to copy file from `files` directory to `templates` directory in a role directory? 问...
合并导入一个剧本和一个角色在一个块内。
英文: Combine importing a playbook and a role inside a block 问题 我有以下的剧本: --- - import_playbook: myplay...
在Jinja中如何输出loop.index。
英文: How to output loop.index in jinja 问题 我想要能够将loop.index的迭代输出到我的模板中,我正在使用Ansible,我有一个模板文件.j2和一个包含以下...
如何根据事实来设置命令的执行条件并将其输出保存到同一变量中?
英文: How can I condition the command to run based on facts and save its output to the same variable? ...
ERROR! 角色 Users/xxxx/ansible/roles/basic_install’ 未找到。
英文: ERROR! the role Users/xxxx/ansible/roles/basic_install' was not found 问题 ERROR! 角色 'Users/xx...
如何使用 ansible.builtin.copy 模块复制文件并避免文件名冲突?
英文: How can I copy files using the ansible.builtin.copy module and avoid conflicting file names? 问题 ...