码迷,mamicode.com
首页 >  
搜索关键字:ansible批量    ( 104个结果
Docker入门
1、docker介绍 详情参见:https://www.cnblogs.com/xiaoyuanqujing/p/11839932.html 0 各种软件用什么语言写的 zabbix(监控软件):php ansible(批量管理主机,执行命令,无angent):python # angent客户端 ...
分类:其他好文   时间:2021-06-16 17:31:04    阅读次数:0
Ansible+Consul实现100台主机自动监控
ansible批量部署node_exporter; 基于consul服务发现; 将node_exporter所在机器的ip和端口注册到consul; 普罗米修斯从consul获取到ip和端口自动加入监控 100台:web、db、负载均衡、消息队列 "id": "web-1","name": "web ...
分类:其他好文   时间:2021-05-04 15:32:29    阅读次数:0
ansible 批量更新 nginx 配置,以及失败时的自动回滚样例
作者:weixin_34092455 https://blog.csdn.net/weixin_34092455/article/details/89733396 本文基于 ansible 2.3.0.0 编写 我们目前有 8 个大区共 24 台 nginx 服务器,每个区除了 upstream 地 ...
分类:其他好文   时间:2021-04-08 13:18:16    阅读次数:0
ansible概述及安装
#####ansible批量管理服务概述 ansible批量功能 -- 并行 01. 可以实现批量系统操作配置 02. 可以实现批量软件服务部署 03. 可以实现批量文件数据分发 04. 可以实现批量系统信息收集 ansible批量管理服务意义 01. 提高工作的效率(部署综合架构) 02. 提高工 ...
分类:其他好文   时间:2021-03-26 15:21:36    阅读次数:0
ansible 批量安装yum包
1、首先安装一下ansible yum install ansible 2、修改一下ansible的参数以防ssh过去的时候需要首次判断yes 或者no sed -i 's/#host_key_checking = False/host_key_checking = False/g' /etc/an ...
分类:其他好文   时间:2021-01-07 12:10:47    阅读次数:0
zabbix自动发现和自动注册批量添加100台主机
zabbix自动发现和自动注册批量添加100台主机 使用ansible批量zabbix-agent添加到目标主机 我只用普通权限,所以要是使用sudo权限 版本:zabbix 5.0 ssh脚本免密登陆 sudo vim key_cert.sh #!/bin/bash #利用 sshpass 批量实 ...
分类:其他好文   时间:2020-07-21 22:35:32    阅读次数:113
ansible批量推送ssh私钥
1 ansible主机生成ssh密钥对 ssh-keygen 然后全部回车即可 2 指定推送ssh公钥的主机 vi /etc/ansible/hosts [push] 主机IP1 ansible_ssh_user="用户" ansible_ssh_pass="密码" ansible_ssh_port ...
分类:其他好文   时间:2020-07-05 13:53:02    阅读次数:76
ansible批量拉取远端文件
ansible匹配
分类:其他好文   时间:2020-06-18 23:22:10    阅读次数:178
ansible批量禁止root用户登录
以下Ansible-Ploybook功能: 🚫禁止Root用户登录 lineinfile 模块替换前备份(格式为sshd_config.13019.2020-05-25@17:48:55~) shell 模块支持正则 查看修改后的内容是否有变化 systemd 服务模块(restarted sto ...
分类:其他好文   时间:2020-06-05 10:28:14    阅读次数:165
期中集群架构-第六章-ansible批量管理服务介绍
期中集群架构-第六章-ansible批量管理服务介绍 01.批量管理服务知识介绍 a ansible是一个基于Python开发的自动化运维工具 b ansible是一个基于SSH协议实现远程管理的工具 c ansible软件可以实现多种批量管理操作 (批量系统配置、批量软件部署、批量文件拷贝、批量运 ...
分类:其他好文   时间:2020-05-20 15:57:11    阅读次数:64
104条   1 2 3 4 ... 11 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!