英文: set an ansible variable to true if at least one row in a csv sheet column has a certain value 问题...
Rundeck 导入已存在的 Ansible 项目?
英文: Rundeck import exist ansible project? 问题 有没有一种方法可以集成一个正在运行和运行中的Ansible项目,还是必须从头开始? 我有: /inventor...
如何创建新的键值对并将它们添加到现有列表中?
英文: How to create new key: value items and add them to an existing list? 问题 这是一个 Ansible 问题。 这是我的清单:...
如何创建一个键值对项目的字典列表并将其附加到Ansible中的原始列表?
英文: How to create a dictionary list of key: value items and append it to the original list in Ansibl...
Is there a way to copy a file from a host to another one, being the machine on which the playbooks run none of the two?
英文: Is there a way to copy a file from a host to another one, being the machine on which the playboo...
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...
How can I prompt the user for an inventory group and pass that variable to next plays in the same playbook?
英文: How can I prompt the user for an inventory group and pass that variable to next plays in the sam...
Ansible变量优先级 – 什么是’角色参数’和’包含参数’
英文: Ansible Variable precedence - what are 'role params' & 'include params' 问题 A...
如何从目标主机获取 Ansible 客户端 IP?
英文: How can I get Ansible client IP from target host? 问题 在一个没有互联网访问以执行公共IP地址查找的隔离网络中,我想要从控制节点上运行一个Pl...
开始一个任务,在 CPU 负载低于 2.0 之后。
英文: Ansible - starting a task after cpu load is below 2.0 问题 我正在尝试创建一个剧本,在 CPU 负载低于 2.0 之后执行简单的调试任务。...
19