万事须己运,他得非我贤。这篇文章主要讲述ansible向inventory文件中添加host相关的知识,希望能为你提供帮助。
- hosts: localhost
gather_facts: false
tasks:
- name: add a host to a group in memory
add_host:
hostname: 172.16.128.199
groups: windows
test: 22
- name: add a host to windows in file
ini_file:
allow_no_value: yes #开启此选项可以向组块里添加没有值和=号的键原来需要key=value现在只需要key就行了
dest: /etc/ansible/hosts
section: windows #往[windows]组块里添加
option: 172.16.128.199 #向组块中添加的key
【ansible向inventory文件中添加host】
推荐阅读
- PE工具中的UEFI引导修复工具
- 多个字符串和模式使用grep
- 新技能(通过代码缓存加速 Node.js 的启动)
- RFID为什么选择Turck Vilant System()
- Ubuntu apt-get卸载小记
- 有“贝”而“莱” 强势围观 | HMI人机界面和VNC远程显示和维护 031
- 有“贝”而“莱” 强势围观 | 贝加莱IPC助力柔性生产 018
- PE工具中的LFormat低格硬盘工具
- 有“贝”而“莱” 强势围观 | X20系统与第三方控制器Profibus-DP总线扩展 019