[关闭]
@ironzhang 2017-09-27T03:25:53.000000Z 字数 241 阅读 278

Ansible学习笔记

学习笔记


安装Ansible

  1. 准备环境

    1. sudo yum install gcc gcc-c++
    2. sudo yum install git -y
    3. sudo yum install python-devel -y
    4. sudo yum install python-setuptools
  2. 用pip安装指定版本的Ansible

    1. sudo pip install ansible==2.1.0

查看帮助文档

  1. ansible-doc -l
  2. ansible-doc -s command
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注