1. 程式人生 > >Ansible修改自定義埠和登入使用者

Ansible修改自定義埠和登入使用者

如下所示:

[servers]
host1 ansible_ssh_host=192.0.2.1 ansible_ssh_port=5555 ansible_ssh_user="user"

 

參考:

https://ansible-tran.readthedocs.io/en/latest/docs/intro_inventory.html

https://blog.csdn.net/Jas0n_Liu/article/details/78200695