多种示例,以下都是放入main.yml里面name:"loopthroughlist"debug:msg:"Anitem:{{item}}"with_items:123name:addseveralusersuser:name:"{{item}}"groups:"wheel"state:presentwith_item
分类:
其他好文 时间:
2020-07-14 14:59:18
阅读次数:
99
https://mp.weixin.qq.com/s/MUK2K1WrhcyoEsOVwpgrlw 简单介绍TestHarness的实现。 1. 测试模块 TestHarness是一个测试模块,直接继承自Module类: 2. io 测试模块向外输出一个测试是否成功的信号: 3. 实例化Exampl ...
分类:
其他好文 时间:
2020-07-14 13:17:07
阅读次数:
76
这个事情的背景是公司的Hadoop生态集群都是原生的,不是基于CDH的,所以基本所有的东西都需要自己手动管理,比如集群修改一些属性,然后批量分发重启或者动态生效之类的。这次也算不上事故,因为没对生产环境造成什么影响,但是差一点就变成事故,写出来分享一下。 事情简单概括就是,60+台hadoop的集群 ...
分类:
其他好文 时间:
2020-07-14 13:10:45
阅读次数:
72
本文记录了生产环境新增用户、修改密码、用户提权、用户资源限制修改、开启命令审计等操作。
分类:
其他好文 时间:
2020-07-14 09:13:48
阅读次数:
85
模块化引用js <script type="module" src="index.js"> https://ke.qq.com/webcourse/index.html#cid=2588158&term_id=102693719&taid=9173264167828990&vid=528589080 ...
分类:
其他好文 时间:
2020-07-14 00:33:25
阅读次数:
71
express框架 express介绍: Express 介绍Express 是一个简洁而灵活的 node.js Web应用框架, 提供了一系列强大特性帮助你创建各种 Web 应用,和丰富的 HTTP 工具。使用 Express 可以快速地搭建一个完整功能的网站。 中间件:封装好的函数(插件) 路由 ...
分类:
其他好文 时间:
2020-07-13 21:49:25
阅读次数:
80
检测Nginx模块 Nginx性能监控需要通过ngx_http_stub_status_module模块来收集指标: 1)检测是否编译ngx_http_stub_status_module模块 /usr/local/nginx/sbin/nginx -V 如果未启用ngx_http_stub_sta ...
分类:
其他好文 时间:
2020-07-13 16:48:44
阅读次数:
93
1、导入--maven-工程 前提 配置maven 重写setting.xml+首选项maven-2个地方 2、pom springcloud 使用 Finchley版本对 springboot 的版本依赖是 2.0.3.RELEASE 新建springboot项目的过程 使用github 1、右键 ...
分类:
编程语言 时间:
2020-07-13 13:59:24
阅读次数:
78
TypeError: Cannot read property '$createElement' of undefinedat render (eval at ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_module ...
分类:
其他好文 时间:
2020-07-12 18:55:59
阅读次数:
111
[Vue warn]: You are using the runtime-only build of Vue where the template compiler is not available. Either pre-compile the templates into render fun... ...
分类:
其他好文 时间:
2020-07-12 18:50:22
阅读次数:
74