rule 发表于 2018-7-30 09:23:38

ansible介绍以及安装

# yum install ansible  
................................
  
................................
  
Installing:
  
ansible                              noarch                  2.0.1.0-2.el6                     epel                  2.9 M
  
Installing for dependencies:
  
PyYAML                               x86_64                  3.10-3.1.el6                      base                  157 k
  
libyaml                              x86_64                  0.1.3-4.el6_6                     base                     52 k
  
python-babel                         noarch                  0.9.4-5.1.el6                     base                  1.4 M
  
python-crypto                        x86_64                  2.0.1-22.el6                      base                  159 k
  
python-crypto2.6                     x86_64                  2.6.1-2.el6                     epel                  513 k
  
python-httplib2                      noarch                  0.7.7-1.el6                     epel                     70 k
  
python-jinja2-26                     noarch                  2.6-3.el6                         epel                  527 k
  
python-keyczar                     noarch                  0.71c-1.el6                     epel                  219 k
  
python-markupsafe                  x86_64                  0.9.2-4.el6                     base                     22 k
  
python-paramiko                      noarch                  1.7.5-2.1.el6                     base                  728 k
  
python-pyasn1                        noarch                  0.0.12a-1.el6                     base                     70 k
  
python-setuptools                  noarch                  0.6.10-3.el6                      base                  336 k
  
python-simplejson                  x86_64                  2.0.9-3.1.el6                     base                  126 k
  
python-six                           noarch                  1.9.0-2.el6                     base                     28 k
  
sshpass                              x86_64                  1.05-1.el6                        epel                     19 k
  
Transaction Summary
  
================================================================================================================================
  
Install      16 Package(s)
  
Total download size: 7.3 M
  
Installed size: 35 M
  
Is this ok : y
  
...........................................
  
Dependency Installed:
  
PyYAML.x86_64 0:3.10-3.1.el6               libyaml.x86_64 0:0.1.3-4.el6_6          python-babel.noarch 0:0.9.4-5.1.el6
  
python-crypto.x86_64 0:2.0.1-22.el6      python-crypto2.6.x86_64 0:2.6.1-2.el6   python-httplib2.noarch 0:0.7.7-1.el6
  
python-jinja2-26.noarch 0:2.6-3.el6      python-keyczar.noarch 0:0.71c-1.el6   python-markupsafe.x86_64 0:0.9.2-4.el6
  
python-paramiko.noarch 0:1.7.5-2.1.el6   python-pyasn1.noarch 0:0.0.12a-1.el6    python-setuptools.noarch 0:0.6.10-3.el6
  
python-simplejson.x86_64 0:2.0.9-3.1.el6   python-six.noarch 0:1.9.0-2.el6         sshpass.x86_64 0:1.05-1.el6
  
Complete!
页: [1]
查看完整版本: ansible介绍以及安装