Ansible管理哪些主机
什么是 Host Inventory (主机清单)?
Host Inventory 配置文件:
例子
最简单的hosts文件:
192.168.1.50
aserver.example.org
bserver.example.org带分类的hosts文件:
mail.example.com
[webservers]
foo.example.com
bar.example.com
[dbservers]
one.example.com
two.example.com
three.example.comLast updated