[default] callback_whitelist = profile_tasks # The best way I’ve found to time the execution of Ansible playbooks is by enabling the profile_tasks cal ...
分类:
其他好文 时间:
2020-11-04 19:01:00
阅读次数:
20
1.到Nginx官网下载Nginx软件包 http://nginx.org/en/download.html 2.上传并解压安装包至/usr/local/src目录(目录可以自己指定) tar -zxvf nginx-1.14.2.tar.gz -C /usr/local/src 3.进入源码目录 ...
分类:
其他好文 时间:
2020-11-01 09:35:56
阅读次数:
16
生产上使用splunk进行日志搜集,服务端已经安装完成,客户端有几十台需要部署,本文介绍使用ansible进行客户端批量安装
分类:
其他好文 时间:
2020-10-22 23:04:15
阅读次数:
26
1、安装nginx yum -y install gcc make zlib-devel pcre pcre-devel openssl-devel sudo yum install -y nginx 2、配置防火墙80与443 sudo firewall-cmd --permanent --zon ...
分类:
其他好文 时间:
2020-10-20 16:25:08
阅读次数:
28
LVS+KeepAlived+Nginx高可用实现方案 文章目录 概念 LVS KeepAlived 为什么要使用 准备 软件安装 KeepAlived 安装 源码安装 yum安装 服务启动、重启、关闭 安装ipvsadm nginx安装 防火墙(iptables) 防火墙配置(方式一) 防火墙配置 ...
分类:
其他好文 时间:
2020-10-13 17:45:12
阅读次数:
27
1.安装环境准备1.1部署规划软件安装路径E:\nginx软件日志路径E:\nginx\logs\软件主配置文件路径E:\nginx\conf软件子配置文件路径E:\nginx\conf\conf.d软件站点配置路径E:\nginx\html端口规划802.Nginx安装部署2.1Nginx安装包下载与依赖安装?WinServer下安装部署Nginx注意事项:1、Nginx安装路径不能出现中文,如
实例环境:Centos 7.x 服务端的操作 1、这里我们使用epe源进行安装,需要打开自带的Base仓库 yum install epel-release -y yum install ansible -y 2、 ...
分类:
其他好文 时间:
2020-10-08 19:44:06
阅读次数:
27
修改cat/etc/ansible/hosts[test]10.27.235.108host_name=test_host_namehosts:testuser:rootgather_facts:truetasks:name:rsyncdirfilebeathostname:‘name={{host_name}}‘name:"addline"lineinfile
分类:
其他好文 时间:
2020-10-08 18:41:19
阅读次数:
19