inventory文件内置变量

Posted 向阳-Y.

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了inventory文件内置变量相关的知识,希望对你有一定的参考价值。

inventory 文件的内置变量

ansible_ssh_host # 要连接的主机名
ansible_ssh_port # 端口号,默认22
ansible_ssh_user # ssh连接时默认使用的用户名
ansible_ssh_pass # ssh连接时的密码
ansible_sudo_pass #使用sudo连接用户时的密码
ansible_ssh_private_key_file # 秘钥文件如果不想使用ssh­agent管理时可以使用此选项
ansible_shell_type # shell类型,默认sh
ansible_connection # SSH连接类型:local、ssh、paramiko
在ansible 1.2之前默认paramiko
ansible_python_interpreter # 用来指定Python解释器的路径,同样可以指定
ruby、Perl的路径

写法如下图:

以上是关于inventory文件内置变量的主要内容,如果未能解决你的问题,请参考以下文章

006.Ansible自定义变量

Ansible11:变量详解

Ansible自动化运维工具Ansible的变量定义和引用

Ansible — 编程 — Variables

jinja 多值合并

python 内置变量