分类: Base Server

12 篇文章

ansible系列2——ansible 常用功能模块
五、ansible 常用模块 5.1 ping模块 我们使用ansible web -m ping命令来进行主机连通性测试,效果如下: [root@server ~]# ansible web -m ping 192.168.37.122 | SUCCESS => { "changed": false, "pin…
ansible系列1——ansible 是什么
一、ansible 是什么 ? 笔记来源于千锋教育 1.1 ansible 简介 ansible是目前最受运维欢迎的自动化运维工具,基于Python开发,集合了众多运维工具(SaltStack puppet、chef、func、fabric)的优点,实现了批量系统配置、批量程序部署、批量运行命令等功能。ansible是基于 paramiko 开发的…