ansible-host file

cd install-script-refactor/kafka/ansible
vim host_vars/hosts
[all:vars]
ansible_user=developer /默认ssh 连接用户
#ansible_passwd=7paExIyZ
#ansible_become=yes //允许升级权限,相当于ansible_sudo或ansible_su
#become_user=root//允许设置设置特殊权限的用户,相当于ansible_sudo_user或ansible_su_user
#become_method=sudo//允许设置特殊权限的方法
#ansible_sudo_user=hudson //允许设置您成为通过特权升级的用户
ansible_ssh_private_key_file=/home/developer/.ssh/authorized_keys//连接时使用的私钥文件

上一篇:《DSP using MATLAB》Problem 6.18


下一篇:关于XML(一)。