E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
ansible基础模块
解决
Ansible
远程执行无法加载环境变量的问题
在18年冬天的一篇关于编写ActionPlugin的文章中讨论过关于
Ansible
远程执行无法加载环境变量的问题(
Ansible
开发实战:基于command模块的OracleListener控制模块(附趟雷过程及样例
三苦
·
2023-03-29 09:08
Ansible
使用
ansible
对redis的操作
目录标题1.使用
ansible
在redis配置文件中写入内容2.使用playbook实现更改redis的6379.conf配置文件并重起redis1.使用
ansible
在redis配置文件中写入内容在
ansible
weixin_43384009
·
2023-03-29 06:15
linux企业实战
Ansible
详解(十六)——
Ansible
配合Redis
今天继续给大家介绍Linux运维相关知识,本文主要内容是
Ansible
配合Redis,对客户端信息收集进行缓存,以加快
Ansible
的执行速度。
永远是少年啊
·
2023-03-29 06:13
自动化运维
redis
缓存
数据库
Ansible
Linux
运维自动化之
ansible
playbook结合docker安装redis主从
上次给大家介绍了
ansible
结合docker安装smokeping(地址http://dl528888.blog.51cto.com/2382721/1538444),现在在介绍一下
ansible
结合
weixin_33717298
·
2023-03-29 06:36
数据库
运维
网络
用
ansible
模块化脚本安装redis(多机同步)
利用
ansible
脚本模块化安装redis数据库,实现同步安装多台主机。
weixin_30782331
·
2023-03-29 06:35
数据库
运维
开发工具
ansible
-playbook roles 部署单机版redis
文章目录1、目录结构2、hosts文件添加主机组3、redis源码包下载到files目录4、创建redis的配置模板文件4.1redis.conf配置模板文件4.2redis.service模板文件5、创建调用roles的playbook作业(注意与host的角色分组对应名称)6、创建tasks的main.yml文件7、创建handlers的main文件8、运行redis_role.yml作业1、
这样的宋哥哥
·
2023-03-29 06:17
devops
linux
ansible
redis
ansible
数据库
Ansible
自动部署->redis(主从+哨兵)+zabbix
使用
Ansible
部署redis集群,要求:1.三台redis使用主从架构,主服务器高可用;2.监控每台服务器的服务运行情况;3.当有服务宕机的情况下先让zabbix自动重启,如果重启成功发送恢复邮件给管理员
梦里花落知多少sl
·
2023-03-29 06:40
ansible
zabbix
redis
linux
ansible
部署redis哨兵高可用
gitee链接如下https://gitee.com/jiayu997/redis-autodeployment/tree/master/
ansible
-sentinel添加链接描述
旺仔_牛奶
·
2023-03-29 06:08
Ansible
Redis
ansible
部署单机版redis 采用
ansible
-playbook roles全流程
文章目录1、hosts文件添加主机组2、创建roles目录3、移动安装到到4、创建redis的配置模板文件5、创建调用roles的playbook作业(注意host的角色分组是哪个)6、创建变量vars定义文件7、创建tasks的main.yml文件8、创建redis安装作业9、运行redis_install.yml作业1、hosts文件添加主机组[db_server]192.168.1.1482
是潮汕的灿灿展吖
·
2023-03-29 06:32
Deploy运维相关的
ansible
通过
ansible
搭建 Redis Cluster 集群环境(Docker)
通过
ansible
搭建RedisCluster集群环境背景本次验证环境整体搭建步骤hosts_installvars_install.json文件redis-cluster.tmpl.j2文件redis-conf-create.sh.j2
lovelife110
·
2023-03-29 06:02
容器云
docker
redis
Ansible
搭建redis主从+哨兵模式
Ansible
安装主从哨兵redis一、环境准备:三台服务器112.124.35.48120.26.50.173121.41.13.43目录结构:二、主机内容vimhost_passwd.txt112.124.35.48523320120.26.50.173523320121.41.13.43523320vimkey.sh
行川_
·
2023-03-29 05:12
redis
ansible
数据库
ansible
安装redis playbook剧本
-hosts:alluser:roottasks:-name:上传安装包copy:src=/usr/local/src/redis-6.2.7.tar.gzdest=/usr/local/src/-name:解压编译安装包shell:|cd/usr/local/srctar-zxvfredis-6.2.7.tar.gzcdredis-6.2.7makemakePREFIX=/usr/local/r
行川_
·
2023-03-29 05:42
redis
java
数据库
ansible
自动化安装安装redis 架构
自动安装redis[root@
ansible
~]#cat/etc/
ansible
/
ansible
.cfg[defaults]inventory=/etc/
ansible
/inventoryroles_path
数据库从删库到跑路
·
2023-03-29 05:03
redis
自动化
架构
ansible
一键部署HAproxy+lnmp
架构图架构图hosts[nginx]192.168.65.134192.168.65.135[php]192.168.65.134192.168.65.135[mysql]192.168.65.134192.168.65.135[haproxy]192.168.65.136Treemy_haproxy_lamp/├──group_vars│├──all│├──haproxy│└──mysql├──
泡面_b7f5
·
2023-03-29 03:53
linux之AUTOMATION(自动化运维)三
linux之AUTOMATION(自动化运维)01:
ansible
基础、
Ansible
ad-hoc02:sudo提权、
Ansible
配置、
Ansible
Playbook、
Ansible
进阶03:
Ansible
Tugescode
·
2023-03-29 02:01
云计算之linux全栈
运维
Ansible
教程
一、
Ansible
基础1.环境准备主机列表172.16.11.1control172.16.11.2node1172.16.11.3node2172.16.11.4node3172.16.11.5node4172.16.11.6node5
兴乐安宁
·
2023-03-29 02:59
ansible
ansible
服务器
数据库
ansible
ansible
文章目录
ansible
原理配置ad-hoc模块使用
ansible
-doc获取帮助Shell模块script模块file模块copy模块fetch模块lineinfile|replace模块
老张去哪里
·
2023-03-29 02:58
linux
ansible
运维
linux
ansible
清单文件的配置方法、配置文件的配置、临时命令的用法
ansible
清单文件的配置方法、配置文件的配置、临时命令的用法文章目录
ansible
清单文件的配置方法、配置文件的配置、临时命令的用法@[toc]一、构建
ansible
清单1、定义清单2、使用静态清单指定受管主机
咖啡调调。
·
2023-03-29 01:45
自动化
ansible
linux
vim
最全
Ansible
学习总结
文章目录
Ansible
学习一、
ansible
的概述1.1
ansible
简介1.2官方网站1.3
ansible
的特点1.4
ansible
的功能1.4
ansible
的工作机制二、
Ansible
的安装2.1设置
九离⠂
·
2023-03-29 01:10
云原生
云原生
hydd的LInux笔记Day38
Day38
Ansible
模块应用firewalld模块使用firewalld模块可以配置防火墙策略[root@control~]#vim~/
ansible
/firewall.yml----hosts:test
hegusailuo
·
2023-03-29 01:20
linux
ssh
编写playbook实现LNMP架构基于源码方式、变量,加密文件
编写playbook三、检查playbook语法四、执行剧本五、访问测试六、加密数据库密码文件一、准备工作//修改主机名[root@localhost~]#hostnamectlset-hostname
ansible
咖啡调调。
·
2023-03-29 01:24
自动化
架构
数据库
linux
Ansible
-实战指南-LNMP环境部署
主机规划序号主机名称操作系统版本内网IP外网IP(模拟)安装软件0对外提供访问CentOS7.510.0.0.170keepalived【无主机,只有一个虚拟VIP】1ansi-haproxy01CentOS7.5172.16.1.18110.0.0.181zabbix-agent、haproxy2ansi-haproxy02CentOS7.5172.16.1.18210.0.0.182zabbi
LightZhang666
·
2023-03-28 22:35
自动化
ansible
devops
运维
linux
自动化
ansible
devops
ansible
模块功能及搭建lnmp架构
文章目录批量管理模块功能shell模块—万能模块script模块—脚本模块copy模块—分发数据模块fetch模块—拉取数据模块file模块—管理数据模块archive模块—压缩数据模块unarchive模块—解压数据模块lineinfile模块—文件信息替换模块类似sedcron模块—定时任务模块mount模块—挂载存储设备模块user模块—管理用户组模块group模块—管理服务程序模块yum模
w262
·
2023-03-28 22:33
Alpine
ansible
linux
运维
@
ansible
(一键部署Lnmp架构及prometheus监控)
文章目录一、LNMP架构(
ansible
)1、LNMP简介2、LNMP的组成3、特点4、优点二、服务工具简述:三、架构1、架构网络配置2、架构结构图3、架构搭建流程图四、架构部署(
ansible
)1、
ansible
ଲ小何&才露煎煎饺
·
2023-03-28 22:30
Prometheus
运维服务器管理工具
监控管理
数据库
linux
服务器
负载均衡
nginx
使用
Ansible
Roles 实现 LNMP 的动静分离 详细示例
使用
Ansible
Roles实现LNMP的动静分离组网拓扑相关
Ansible
博客链接1、安装
Ansible
1.1添加主机并进行登陆验证1.1.1添加主机Tang-1(192.168.1.61)并进行免密认证登陆
Lee木木
·
2023-03-28 22:21
Linux学习笔记
Linux
LNMP
Ansible
ansible
常用模块的用法和
ansible
基于临时命令方式实现LNMP
ansible
常用模块的用法和
ansible
基于临时命令方式实现LNMP文章目录
ansible
常用模块的用法和
ansible
基于临时命令方式实现LNMP@[toc]一、
ansible
常用模块使用详解1、
咖啡调调。
·
2023-03-28 21:04
自动化
ansible
linux
vim
Ansible
部署lamp架构
Ansible
部署lamp架构LAMP与LNMP架构的区别及其具体的选择说明1.
ansible
安装2.安装httpd服务3.安装mysql4.安装php服务5.验证效果,如果出现以下界面就恭喜你部署成功了
彭宇栋
·
2023-03-28 21:31
ansible
常用模块使用&使用
ansible
部署lnmp分类部署
ansible
常用模块文章目录1.
ansible
常用模块使用详解2.
ansible
常用模块之ping3.
ansible
常用模块之command4.
ansible
常用模块之raw5.
ansible
常用模块之
1we11
·
2023-03-28 21:01
ansible
分类
linux
架构期day23-
Ansible
模块的使用
文章目录
Ansible
模块一、命令模块1.command模块2.shell模块3.scripts模块二、软件管理模块1.yum模块2.yum_repository模块三、文件管理模块1.copy模块1)
秋风お亦冷
·
2023-03-28 21:20
集群架构
架构
ansible
bash
ansible
常用模块的使用
ansible
常用模块的使用文章目录
ansible
常用模块的使用@[toc]
ansible
常用模块
ansible
常用模块之ping
ansible
常用模块之command
ansible
常用模块之raw
ansible
暖春忽见
·
2023-03-28 21:17
ansible
ansible
linux
bash
Ansible
常用的模块的使用以及使用
ansible
实现lnmp的搭建
Ansible
常用的模块的使用以及使用
ansible
实现lnmp的搭建文章目录
Ansible
常用的模块的使用以及使用
ansible
实现lnmp的搭建
ansible
常用模块有:1、ping2、command3
啊风z
·
2023-03-28 21:13
Ansible
ansible
linux
vim
部署
Ansible
部署
Ansible
文章目录构建
Ansible
清单定义清单使用静态清单指定受管主机验证清单覆盖清单的位置构建
Ansible
清单
Ansible
配置文件管理配置文件中的设置配置连接清单位置连接设置升级特权配置文件注释构建清单定义清单使用静态清单指定受管主机验证清单示例运行临时命令
随便投投
·
2023-03-28 21:27
Ansible
ansible
服务器
linux
ansible
常用模块
ansible
常用模块文章目录
ansible
常用模块使用详解
ansible
常用模块之ping
ansible
常用模块之command
ansible
常用模块之raw
ansible
常用模块之shell
ansible
随便投投
·
2023-03-28 21:27
Ansible
ansible
linux
python
ansible
常用模块
一、
ansible
常用模块文章目录一、
ansible
常用模块1.
ansible
常用模块使用详解2.
ansible
常用模块之ping3.
ansible
常用模块之command4.
ansible
常用模块之raw5
Y_Prodigal
·
2023-03-28 21:26
linux基础
ansible自动化
1024程序员节
ansible
模块实现LNMP架构
ansible
模块实现LNMP架构文章目录准备工作与配置清单文件部署nginx部署mysql部署php配置php测试页面nginx受控主机配置php受控主机配置测试访问环境说明:主机名IP地址应用系统
ansible
192.168.188.128
ansible
随便投投
·
2023-03-28 20:36
Ansible
1024程序员节
Ansible
自动部署nginx+keepalived高可用负载均衡
Ansible
自动化部署nginx的负载均衡高可用,前端代理使用nginx+keepalived,后端webserver使用2台httpd用于负载效果的体现
Ansible
控制机:172.25.81.1
Ansible
nginx
newbie out
·
2023-03-28 20:11
linux进阶-运维自动化工具之
ansible
文章目录云计算运维工程师核心职能
ansible
特性
ansible
架构
ansible
组成部分
ansible
命令执行来源
ansible
使用注意事项
ansible
安装和入门epel源的rpm包安装编译安装git
Nanjing_bokebi
·
2023-03-28 13:12
数据库
linux进阶
ansible
linux
03-常用模块(二)-命令模块
Ansible
Ansible
version:2.6.2常用模块(二)命令模块commandexpectpsexecrawscriptshelltelnet模块:command概要command模块通过空格分隔的参数列表获取命令名
洛神鬼道
·
2023-03-28 10:02
Linux 《
Ansible
基础入门》实验报告
WechatIMG1543.jpeg介绍
Ansible
是一款能够实现批量系统配置、程序部署、运行命令等功能的自动化运维工具,可以很方便的操作多台服务器。
Yohann丶blog
·
2023-03-28 07:54
idea yaml,yml 文件显示小绿叶问题
问题排查1.先判断自己的idea是否安装yaml插件,intellij-
ansible
-0.9.5.jar查看自己是否安装插件:Settings->plugins->输入框中输入YAML企业微信截图_16291903133018
吃货_ee62
·
2023-03-28 05:15
docker+jenkins+maven+git构建聚合项目,实现自动化部署,走了800个坑
解决办法:在
基础模块
的pom文件上添加org.springframework.bootspring-boot-maven-pluginexec```*一个是jenkins是在docker
学疏才浅
·
2023-03-27 12:38
jenkins
docker
maven
区块链网络管理平台WeBASE双节点可视化部署
区块链网络管理平台WeBASE双节点可视化部署一、管理节点配置
Ansible
(192.168.56.101)1.安装
Ansible
2.配置
Ansible
host_key_checking3.免密登录配置
冰之杍
·
2023-03-27 08:06
【Others】
linux
运维
centos
ansible
常用操作命令-上手即用
概述:博主不再对
ansible
的安装,部署,以及一些理论,基础知识做介绍,只针对于比较急切需要通过
ansible
去实现批量处理任务的伙伴,话不多说,直接上干货。
心软且酷丶
·
2023-03-26 19:19
ansible
运维
批量
python
运维
linux
2019-06-02 第十一周作业
1、详细叙述
ansible
的工作原理预先定义好主机清单hostinventory将写好的命令或者playbook通过ansibel转换成python代码通过SSH协议推送到远程主机,远程主机需支持python
ritch
·
2023-03-26 15:01
03-常用模块(三)-系统模块
Ansible
Ansible
version:2.6.2常用模块(三)系统模块系统模块详细地址:https://docs.
ansible
.com/
ansible
/latest/modules/list_of_system_modules.htmlcronhostnamepinguserservicesystemd
洛神鬼道
·
2023-03-26 14:13
ansible
运维使用(二)之Playbook
ansible
运维使用(一)
ansible
的playbook采用yaml语法,它简单地实现了json格式的事件描述。yaml之于json就像markdown之于html一样,极度简化了json的书写。
虚心的锄头
·
2023-03-26 07:00
ansible
安装教程及基本配置(1)
一、
ansible
介绍1、
ansible
简介官方的title是“
Ansible
isSimpleITAutomation”——简单的自动化IT工具。
也然君
·
2023-03-26 02:10
Ansible
vm安装
ansible
《1》首先要保证pingbaidu.com能通《2》关闭防火墙(防止权限不足,可直接切换到root:suroot)systemctlstopfirewalld&&systemctldisablefirewalld
wzerofeng
·
2023-03-25 21:04
ansible
ansible
linux
服务器
自己整理博哥爱运维0817-----k8s集成GitLab流水线---md文档
##学习来源—第3关二进制高可用安装k8s生产级集群*1.每个节点安装
ansible
-----centosyuminstall
ansible
-yyuminstall-ygit2.node01下载安装脚本
波波爱下班
·
2023-03-25 12:08
运维
运维
Ansible
中变量及加密
Ansible
中变量及加密1.变量命名2.变量级别3.变量设定和使用方式4.JINJA2模板5.
Ansible
的加密控制1.变量命名只能包含数字,下划线,字母只能用下划线或字母开头2.变量级别全局:从命令行或配置文件中设定的
123坤
·
2023-03-25 01:54
ansible
运维
ansible
上一页
45
46
47
48
49
50
51
52
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他