会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
supermao
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
10
11
12
13
14
15
16
17
18
···
31
下一页
2022年9月10日
rh358 009 nginx
该文被密码保护。
阅读全文
posted @ 2022-09-10 19:21 supermao12
阅读(0)
评论(0)
推荐(0)
rh358 008 httpd 虚拟主机 https设置
该文被密码保护。
阅读全文
posted @ 2022-09-10 11:56 supermao12
阅读(0)
评论(0)
推荐(0)
2022年9月9日
rh358 007 mariadb ansible mariadb
该文被密码保护。
阅读全文
posted @ 2022-09-09 09:22 supermao12
阅读(0)
评论(0)
推荐(0)
2022年9月7日
rh358 006 postfix ansible部署postfix
该文被密码保护。
阅读全文
posted @ 2022-09-07 10:57 supermao12
阅读(0)
评论(0)
推荐(0)
2022年9月6日
rh358 005 dhcp dhcp6 打印机 ansible配置dhcp和打印机
摘要: 部署dhcp服务器 主机发送Discover报文 目标为广播地址 同一网段的dhcp收到报文后,dhcp响应一个offer报文 offer报文:dhcp自己的ip地址。和客户端ip以及使用周期,和客户端ip网络参数 最后主机单独发一个request报文 给那个选择的dhcp服务器 (解决多个dhcp
阅读全文
posted @ 2022-09-06 11:09 supermao12
阅读(477)
评论(0)
推荐(0)
2022年9月4日
rh358 004 bind反向,转发,主从,各种资源记录 unbound ansible部署bind unbound
摘要: 通过bind实现正向,反向,转发,主从,各种资源记录 7> 部署反向解析 从ip解析到fqdn vim /etc/named.conf zone "250.25.172.in-addr.arpa" IN { type master; file "172.25.250.zone"; 指定方向解析的区域
阅读全文
posted @ 2022-09-04 20:12 supermao12
阅读(229)
评论(0)
推荐(0)
2022年9月3日
rh358 003 ansible部署双网卡绑定 DNS原理 bind正向解析
摘要: 双网卡绑定 绑定多张网卡成为逻辑口,从而实现链路冗余,以及数据流量的负载均衡 1.创建team口 [root@servera ~]# nmcli connection add type team con-name team0 ifname team0 team.runner activebackup
阅读全文
posted @ 2022-09-03 19:42 supermao12
阅读(674)
评论(0)
推荐(0)
2022年9月2日
ansible 003 常用模块
摘要: 常用模块 file 模块 管理被控端文件 回显为绿色则,未变更,符合要求 黄色则改变 红色则报错 因为默认值为file,那么文件不存在,报错 改为touch则创建 将state改为directory变成创建目录(默认可以递归) 创建软链接或硬链接 [root@workstation modules]
阅读全文
posted @ 2022-09-02 14:15 supermao12
阅读(262)
评论(0)
推荐(0)
2022年9月1日
ansible 002 连接被控端 inventory ansible.cfg ansible-adhoc ansible原理 控制执行顺序,优化,事实变量 tags 变量类型
摘要: ssh用普通用户连接被控端 配置主机清单 (/etc/hosts域名解析为前提) [root@workstation ansible]# cat hosts servera serverb [root@workstation ansible]# pwd /etc/ansible [root@work
阅读全文
posted @ 2022-09-01 12:02 supermao12
阅读(374)
评论(0)
推荐(0)
2022年8月28日
rh358 002 fact变量获取 ansible配置网络 service_facts
摘要: 通过ansible 获取网络信息 1.如何获取fact事实变量 方式1: ansible servera -m servera 方式2: 剧本 [root@workstation ansible]# cat ake.yaml - name: get all facts hosts: servera
阅读全文
posted @ 2022-08-28 19:18 supermao12
阅读(797)
评论(0)
推荐(0)
上一页
1
···
10
11
12
13
14
15
16
17
18
···
31
下一页
公告