码迷,mamicode.com
首页 > 系统相关 > 详细

Linux - ansible 安装

时间:2017-11-09 00:47:36      阅读:235      评论:0      收藏:0      [点我收藏+]

标签:现象   sshpass   问题   连通   技术分享   com   and   sys   yam   

 # 安装依赖

yum install rpm-build python2-devel sshpass PyYAML python-jinja2 python-paramiko python-six python2-cryptography

git clone git://github.com/ansible/ansible.git
cd ansible/
make rpm
cd rpm-build/
sudo rpm -Uvh ansible-*.noarch.rpm

# 添加host
vi /etc/ansible/hosts


# 查看服务器是否连通
ansible all -m ping

技术分享

 

# 远程执行本地脚本
$ ansible 172.16.10.15 -m script -a ‘~/shell/getSysInfo‘ -u huateng

 技术分享

 

问题汇总:

1、远程服务器执行本地脚本时提示:command not found

具体现象如下

技术分享

解决方法:

在执行脚本的时候,加载当前的环境变量即可。

 

Linux - ansible 安装

标签:现象   sshpass   问题   连通   技术分享   com   and   sys   yam   

原文地址:http://www.cnblogs.com/fengpingfan/p/7460072.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!