在安装完ansible后,常常需要个性化制定目标主机的ssh端口,使用的配置文件为 /etc/ansible/hosts
只需要按照如下格式新增目标主机地址即可:
[collect]
10.37.5.3 ansible_ssh_user=root ansible_ssh_port=1433
10.37.5.4 ansible_ssh_user=root ansible_ssh_port=1433
10.37.5.5 ansible_ssh_user=root ansible_ssh_port=1433
10.37.5.6 ansible_ssh_user=root ansible_ssh_port=1433