Linux - ansible 安裝

 # 安裝依賴python

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

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

# 添加host
vi /etc/ansible/hostsshell


# 查看服務器是否連通
ansible all -m ping服務器

 

# 遠程執行本地腳本
$ ansible 172.16.10.15 -m script -a '~/shell/getSysInfo' -u huatengssh

 

 

問題彙總:ui

一、遠程服務器執行本地腳本時提示:command not found3d

具體現象以下blog

解決方法:ip

在執行腳本的時候,加載當前的環境變量便可。

相關文章
相關標籤/搜索