inventory行为参数

当需要覆盖某台主机的Ansible默认配置时,需要使用到行为参数


ansible_ssh_host
ansible_ssh_port
ansible_ssh_user
ansible_ssh_pass
ansible_connection              smart               Ansible使用何种连接模式连接到主机
ansible_ssh_private_key_file
ansible_shell_type
ansible_python_interpreter      /user/bin/python    主机上的Python解释器
ansible_*_interpreter           none                类似Python解析器配置的其他语言版