# 在文件 hosts 中进行配置 /etc/adsible/hosts
直接在主机中写入 (IP地址) (主机名 主机名需要解析)
echo 10.12.155.153 > /etc/ansible/hosts
在主机清单中进行分组管理
[webgroup] 12.15.123.153 # 或者 [webgroup] web1