1. 首页
  2. 数据库
  3. 其它
  4. Learning Ansible 2 Second Edition:这是Packt发布的Learning Ansible 2 Second Edition的代码

Learning Ansible 2 Second Edition:这是Packt发布的Learning Ansible 2 Second Edition的代码

上传者: 2021-02-01 22:33:53上传 ZIP文件 82.76KB 热度 12次
学习Ansible 2第二版 这是Packt发布的的代码库。 它包含从头到尾完成本书所必需的所有支持项目文件。 说明和导航 所有代码都组织在文件夹中。 例如, Chapter 02 。 代码段: --- - hosts: all remote_user: fale tasks: - name: Ensure the HTTPd package is installed yum: name: httpd state: present become: True - name: Ensure the HTTPd service is ena
用户评论