[root@node1 tasks]# cat main.yml name: 拷贝JKD到目标服务器 unarchive: src={{ jdk_pkg }} dest={{ jdk_dir }} mode=755 name: 添加环境变量 blockinfile: dest: /etc/profi ...
分类:
其他好文 时间:
2020-12-09 12:12:06
阅读次数:
6
1. 安装rimraf : cnpm install rimraf -g 2. 执行: rimraf node_modules 删除文件荚 3. 清空缓存: npm cache clean --force 4. 重新安装淘宝镜像: npm install -g cnpm --registry=htt ...
分类:
其他好文 时间:
2020-12-05 11:06:43
阅读次数:
8
##1、--list-hosts # 查看所有配置主机 ansible all --list-hosts #查看tt主机组主机 ansible tt --list-hosts ##2、shell模块 语法: ansible [主机组] -m shell -a '[参数]' 注:复杂命令会有出错得可能 ...
分类:
其他好文 时间:
2020-12-04 11:29:42
阅读次数:
5
-hosts:allvars:cap_file:packet_capture_{{ansible_hostname}}.pcaptasks:-name:starttcpdump#command:/usr/sbin/tcpdump-nnviany‘port80‘-s0-B65535-C50M-W100-w/data/tmp/{{cap_file}}command:/usr/sbin/tcpdump-
分类:
其他好文 时间:
2020-12-02 12:46:20
阅读次数:
26
接下来介绍一些后面章节中会用到的模块,也是很常用的模块。@调试和测试类的模块。。ping:ping一下你的远程主机,如果可以通过Ansible连接成功,那么返回pong。?debug:用于调试的模块,只是简单打印些消息,有点像Linux的echo命令。@文件类的模块。?copy:从本地复制文件到远程节点。。template:从本地复制文件到远程节点,并进行变量的替换。?file:设置文件属性。C)
分类:
其他好文 时间:
2020-12-02 12:01:25
阅读次数:
2
vue安装及配置 1.安装node.js 查看是否安装:node -v 下载node.js要求版本在8.9以上 官网:https://nodejs.org/zh-cn/ 使用淘宝NPM镜像源下载比较快 命令:npm install -g cnpm --registry=https://registr ...
分类:
其他好文 时间:
2020-12-01 12:18:29
阅读次数:
8
实验环境:(开始实验之前,请保证防火墙关闭,selinux关闭,时间同步)ansible:192.168.2.7web1:192.168.2.7web2:192.168.2.17OS:centos7OS:centos7OS:centos7实现功能:(自动化部署两台各自主机命名的httpd服务器)1、使用ansible的playbook实现自动化安装httpd2、建立httpd服务器,要求提供各自基
分类:
Web程序 时间:
2020-11-26 14:48:24
阅读次数:
9
实验环境:(开始实验之前,请保证防火墙关闭,selinux关闭,时间同步)ansible:192.168.2.7web1:192.168.2.7web2:192.168.2.17OS:centos7OS:centos7OS:centos7实现功能:(自动化部署两台各自主机命名的httpd服务器)1、使用ansible的playbook实现自动化安装httpd2、建立httpd服务器,要求提供各自基
分类:
Web程序 时间:
2020-11-26 14:48:12
阅读次数:
11
一、批量在服务端向client端发布命令://在zabbix服务端批量向client发送命令查看agent的进程:[root@localhost~]#ansiblezabbix-mshell-a"ps-ef|grepzabbix_agent"[root@localhost~]#ansiblezabbix-mshell-a"/etc/init.d/zabbix_agentdstart"[root@l
分类:
其他好文 时间:
2020-11-24 12:29:23
阅读次数:
6
使用Grafana和Prometheus对Linux服务器性能进行监控,主要通过node_exporter进行监控,指标如 CPU、内存、磁盘等。Prometheus通过HTTP协议从远程的机器收集数据并存储Prometheus本地时序数据库。 一.监测服务器安装node_exporter linu ...
分类:
系统相关 时间:
2020-11-23 12:01:53
阅读次数:
10