码迷,mamicode.com
首页 >  
搜索关键字:ansible setup    ( 7473个结果
Linux下使用Ansible处理批量操作
Ansible介绍: ansible是一款为类unix系统开发的自由开源的配置和自动化工具。它用python写成,类似于saltstack和puppet,但是不同点是ansible不需要再节点中安装任何客户端。它使用ssh来通信。它基于python的paramiko开发,分布式,无需任何客户端,轻量 ...
分类:系统相关   时间:2021-07-14 18:45:06    阅读次数:0
分享好文章-Ansible 进阶技巧
Ansible 进阶技巧 原文 http://www.ibm.com/developerworks/cn/linux/1608_lih_ansible/index.html?ca=drs- 简介# Ansible 是一个系统自动化工具,可以用来做系统配管理,批量对远程主机执行操作指令。我自己使用 A ...
分类:其他好文   时间:2021-07-12 17:44:40    阅读次数:0
函数的不定参数你会用吗?
如果一个方法中需要传递多个参数且某些参数又是非必传,应该如何处理? 案例 // NewFriend 寻找志同道合朋友 func NewFriend(sex int, age int, hobby string) (string, error) { // 逻辑处理 ... return "", nil ...
分类:其他好文   时间:2021-07-05 18:06:54    阅读次数:0
k8s 1.20.6 将docker切换为containerd
一、环境介绍 官方文档:https://kubernetes.io/zh/docs/setup/production-environment/container-runtimes/#containerd [root@master ~]# kubectl get node -o wide NAME S ...
分类:其他好文   时间:2021-07-01 17:27:57    阅读次数:0
pytest测试夹具(fixture)简介
Fixture是pytest精髓所在,就像unittest中的setup和teardown一样,但相对之下它的功能更加强大和灵活。 ...
分类:其他好文   时间:2021-06-29 15:30:17    阅读次数:0
Python turtle安装和使用教程
1 安装turtle Python2安装命令: pip install turtule Python3安装命令: pip3 install turtle 因为turtle库主要是在Python2中使用的,所以安装的时候可能会提示错误: Command "python setup.py egg_inf ...
分类:编程语言   时间:2021-06-28 19:11:31    阅读次数:0
vue3+ts setup 基本使用
最近跟着技术胖学习了vue3 和 typescript 记录一下自己的学习过程 现在写一个简单的菜单选择功能 1 <template> 2 <div class="hello"> 3 <div> 4 <h2>欢迎光临呱呱的小店</h2> 5 <div>请选择你喜欢的服务员</div> 6 </div ...
分类:其他好文   时间:2021-06-28 18:26:24    阅读次数:0
NVM for Windows下载与安装
NVM for Windows下载与安装 下载NVM for Windows https://github.com/coreybutler/nvm-windows/releases nvm-noinstall.zip: 这个是绿色免安装版本,但是使用之前需要配置 nvm-setup.zip:这是一个 ...
分类:Windows程序   时间:2021-06-28 18:00:13    阅读次数:0
红队绕过日志检查
命令:wevtutil cl 日志类型 wevtutil cl security wevtutil cl Setup wevtutil cl System wevtutil cl Aplication wevtutil cl Forwarded Events 使用Phantom 工具 该脚本遍历事件 ...
分类:其他好文   时间:2021-06-28 17:55:05    阅读次数:0
linux限制文件夹大小
1、创建磁盘镜像文件 dd if= /dev/zero of=/xxx/xxx.img bs=xxxM count=xxx 2、挂载到dev losetup /dev/loopx(自定义一个loop 如 loop1、loop2) /xxx/xxx.img (刚才那个文件) 3、格式化一下挂载的loo ...
分类:系统相关   时间:2021-06-24 18:15:53    阅读次数:0
7473条   1 2 3 4 ... 748 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!