ansible共3篇
ansible剧本(三)|leon的博客

ansible剧本(三)

第1章 ansible剧本编写介绍 1.1 ansible剧本编写格式说明 [cce lang='bash']# 表示注释信息 ### 剧本的开头,可以不写 - hosts:空格all ### 处理所有服务器,找到所有服务器 tasks: - command: ...
Leon的博客的头像|leon的博客Leon的博客5年前
6520
ansible常用模块及配置(二)|leon的博客

ansible常用模块及配置(二)

第1章 ansible常用模块 模块名 作用 command(重要) 执行命令模块,ansible命令执行默认模块 copy(重要) 文件拷贝模块,把本地文件发送到远端 shell(重要) 执行shell脚本模块 script(重要...
Leon的博客的头像|leon的博客Leon的博客5年前
12930
ansible安装及配置(一)|leon的博客

ansible安装及配置(一)

第1章 ansible介绍 1.1 ansible软件知识介绍 ansible是一个基于Python开发的自动化运维工具 ansible的功能实现基于SSH远程连接服务 ansible可以实现批量系统配置,批量软件部署,批量文件拷贝,...
Leon的博客的头像|leon的博客Leon的博客5年前
8270