ansible安裝

安裝環境: CentOSLinux release 7.2.1511 (Core)

環境準備:已安裝 Python 2.7.5。

# uname -a
Linux ansible 3.10.0-327.el7.x86_64 #1 SMP Thu Nov 19 22:10:57 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

安裝步驟:

       1、添加 epel 軟件源

         yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm

        centos 下可以直接 yum install epel-release

        相關網站:http://fedoraproject.org/wiki/EPEL

        2、安裝ansible

        yum install ansible


幾篇寫的不錯的博客:

http://sofar.blog.51cto.com/353572/1579894/

http://www.aikaiyuan.com/6299.html

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章