Ansible常用模块用法详解
ansible-doc -l查看ansible当前可使用的模块 查看某一个模块的具体使用方法: ansible-doc -s module_name example: ansible-doc -s user ##查看user模块使用帮助 以...
ansible-doc -l查看ansible当前可使用的模块 查看某一个模块的具体使用方法: ansible-doc -s module_name example: ansible-doc -s user ##查看user模块使用帮助 以...
一、LVS NAT模型 搭建上述三台虚拟机,环境如上,其中web server网关都指向director的网卡2 IP 确保两个web server能被Director正常访问到: [root@director ~]# curl http:...
一、显示扩展:必须显式指明使用的扩展模块 显示扩展:必须使用-m选项指定使用的扩展 显示当前iptables可用的显式扩展: rpm -ql iptables | grep "[[:lower:]]\.so$" 查看ma...
1.安全管理 一、管理用户 mysql的用户账号信息存储在名为mysql的数据库中。 获得所有用户账号列表: mysql> use mysql; Database changed mysql> select user from ...
1.创建和操纵表 利用CREATE TABLE创建表,必须给出下列信息: 新表的名字,在关键字CREATE TABLE之后给出; 表列的名字和定义,用逗号分隔。 示例: mysql> create table customers -&...
1.拼接字段(Concat) 拼接:将值(值可以来源于不同表不同列)联结到一起构成单个值 示例,生成一个格式为name(location)的供应商报表: mysql> select Concat(vend_name,'(...
LVM: Logical Volume Manager lvm即为Logical Volume Manager的缩写,意为逻辑卷管理,用于扩展指定分区磁盘大小。 以下是一些必要概念: 物理存储介质(The physical media) 这...
因为当前环境是win10+debian双系统,grub装在debian上,此篇将介绍如何安装第三个系统Arch Before this: 确保你有一个可以格式化的U盘 一台用来装Arch的电脑 Step1:下载及刻录镜像 可以去arch官网...