英文: Unable to select a particular host from inventory file in ansible 问题 我通过一个教程学习了如何使用synchronize命令...
向剧本中添加一个任务,即使其他角色失败也必须运行。
英文: Adding a task to a playbook which must run even when other roles failed 问题 我有以下的剧本: --- - hosts:...
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...
开始一个任务,在 CPU 负载低于 2.0 之后。
英文: Ansible - starting a task after cpu load is below 2.0 问题 我正在尝试创建一个剧本,在 CPU 负载低于 2.0 之后执行简单的调试任务。...
合并导入一个剧本和一个角色在一个块内。
英文: Combine importing a playbook and a role inside a block 问题 我有以下的剧本: --- - import_playbook: myplay...
如何使用shell命令获取ansible_hosts的IP地址?
英文: Ansible: How to get the ip of ansible_hosts with shell command? 问题 我想获取所有IP地址,我尝试过 ansible secon...
在Jinja中如何输出loop.index。
英文: How to output loop.index in jinja 问题 我想要能够将loop.index的迭代输出到我的模板中,我正在使用Ansible,我有一个模板文件.j2和一个包含以下...
如何使用`templatefile` Terraform函数输出一个符合清单文件格式的地图。
英文: How to output a map in inventory file format using templatefile terraform function 问题 I have a m...
ERROR! 角色 Users/xxxx/ansible/roles/basic_install’ 未找到。
英文: ERROR! the role Users/xxxx/ansible/roles/basic_install' was not found 问题 ERROR! 角色 'Users/xx...
库存优先级
英文: Inventory precedences 问题 我正在使用Ansible变量。我有这个配置: all.yml --- port: 9001 inventory.yml --- group1:...