美文网首页Ansible-Developer
Inventory 常用内置参数

Inventory 常用内置参数

作者: Michael_林 | 来源:发表于2017-10-22 14:07 被阅读1次

Inventory 常用内置参数

  • ansible_ssh_host: 定义host ssh地址 ansible_ssh_host=10.132.42.1.117

  • ansible_ssh_port: 定义hots ssh端口 snsible_ssh_port=3009

  • ansible_ssh_user: 定义hosts ssh 认证用户 ansible_ssh_user=michael

  • ansible_ssh_pass: 定义hosts ssh认证密码 ansible_ssh_pass=root123

  • ansible_duso: 定义hosts sudo的用户 ansible_sudo=michael

  • ansible_sdo_pass: 定义hosts sudo密码 ansible_sudo_pass="12345"

  • ansible_sudo_exe: 定义hosts duso 路径 ansible_sudo_exe=/usr/bin/sudo密码

  • ansible_ssh_private_key_file: 定义hosts私钥 ansible_ssh_private_key_file=/root/key

  • ansible_shell_type: 定义hosts shell类型 ansible_shell_type=bash

  • ansible_python_interpreter: 定义hosts任务执行python的路径 ansible_python_interpreter=/usr/bin/python2.6

  • ansible_interpreter: 定义hosts其他语言解析器路径 ansible_interpreter=/usr/bin/ruby

相关文章

网友评论

    本文标题:Inventory 常用内置参数

    本文链接:https://www.haomeiwen.com/subject/mciguxtx.html