dhcp和ansible
发表于:2025-12-02 作者:千家信息网编辑
千家信息网最后更新 2025年12月02日,一、搭建DHCP服务,为局域网内用户提供10.1.1.0/24网段的IP,且租约期默认为48小时1.安装软件包:yum install -y dhcp*2.配置服务:[root@localhost d
千家信息网最后更新 2025年12月02日dhcp和ansible
一、搭建DHCP服务,为局域网内用户提供10.1.1.0/24网段的IP,且租约期默认为48小时
1.安装软件包:yum install -y dhcp*
2.配置服务:
[root@localhost dhcp]# vim dhcpd.conf option domain-name "example.org";option domain-name-servers ns1.example.org, ns2.example.org;default-lease-time 172800;max-lease-time 172800;log-facility local7;subnet 10.1.1.0 netmask 255.255.255.0 { range 10.1.1.100 10.1.1.200;3.启动服务并验证:
systemctl start dhcpdhclient -d二、在上述实验基础上,实现DHCP中继:
# 开启路由转发功能vim /etc/sysctl.confnet.ipv4.ip-forward=1sysctl -p# 启动dhcp中继服务dhcrelay dhcp_server_ip中继服务实际使用中,基本没有必要使用。其他网络的主机另外新建一个dhcp服务就好,没有必要非得使用中继
三、借助Ansible Playbook自动化搭建LNMP环境(可借助yum)
1.实验主机:
ansible主机:172.20.10.6webservers:172.20.10.3appservers:172.20.10.42.ansible主机免密钥认证
(1)
[root@localhost playbooks]# ssh-keygen Generating public/private rsa key pair.Enter file in which to save the key (/root/.ssh/id_rsa): Enter passphrase (empty for no passphrase): Enter same passphrase again: Your identification has been saved in /root/.ssh/id_rsa.Your public key has been saved in /root/.ssh/id_rsa.pub.The key fingerprint is:SHA256:LFUqZ3zNLyVoJzwgIo+LzGwHhd2YCnKh7kOl6IZQcZ4 root@localhostThe key's randomart image is:+---[RSA 2048]----+| *o* . . . ||ooo@ + o = + ||+o+.E . * B = . ||*++. * o + + ||=B.. . S . . ||B . . . ||.= ||. . || |+----[SHA256]-----+(2)
[root@localhost] ssh-copy-id 172.20.10.3[root@localhost]# ssh-copy-id 172.20.10.43.ansible配置文件
[webservers]172.20.10.3[appservers]172.20.10.44.定义playbook剧本:
[root@localhost playbooks]# vim lnmp.yml ---- hosts: webservers remote_user: root tasks: - name: install nginx yum: name=nginx - name: config copy: src=/data/nginx.conf dest=/etc/nginx/nginx.conf tags: conf notify: restart nginx - name: start nginx service: name=nginx state=started enabled=yes handlers: - name: restart nginx service: name=nginx state=restarted- hosts: appservers remote_user: root tasks: - name: install services yum: name={{ item }} with_items: - mariadb - mariadb-server - php - php-fpm - php-mysql - name: php-fpm config copy: src=/data/www.conf dest=/etc/php-fpm.d/www.conf notify: restart php-fpm - name: start php-fpm service: name=php-fpm state=started enabled=yes - name : start mysql service: name=mariadb state=started enabled=yes - name : config mysql shell: mysqladmin -uroot password "centos" - name: config php-index-file copy: src=/data/index.php dest=/var/www/html/ - name: config php-mysql-file copy: src=/data/mysql.php dest=/var/www/html/ handlers: - name: restart php-fpm service: name=php-fpm state=restart(5)执行结果:
(6)测试:

四、采用Ansible Role方式自动化搭建LNMP
1.实验主机:
ansible主机:172.20.10.6webservers:172.20.10.3appservers:172.20.10.42.ansible主机roles目录:
3.执行结果为:
4.访问测试为:
主机
服务
中继
实验
必要
结果
测试
自动化
配置
剧本
功能
基础
实际
密钥
小时
局域
局域网
文件
方式
环境
数据库的安全要保护哪些东西
数据库安全各自的含义是什么
生产安全数据库录入
数据库的安全性及管理
数据库安全策略包含哪些
海淀数据库安全审计系统
建立农村房屋安全信息数据库
易用的数据库客户端支持安全管理
连接数据库失败ssl安全错误
数据库的锁怎样保障安全
进出口数据库技术分析
河北erp软件开发定制
讲网络安全心得
始兴软件开发哪家比较专业
用户访问数据库最小单位
大数据科技互联网模板
果家智能锁连不上服务器
h5买服务器
腾讯服务器续费
sql不能ip访问数据库
大华pc客户端添加服务器
大数据技术与应用和软件开发
网络安全方面的法律法规条例包含
保护数据库安全的常用方法
临沂游戏软件开发推荐
网络安全宣传周的讲话 公安
风力机翼型数据库网站
彰显网络安全
数据库技术架构
关于网络安全类型的手抄报
科技互联网 诗词赋
魔兽世界怀旧服tbc部落服务器推荐
网络安全证书怎么拍照
dede读取数据库
郑州软件开发价钱是多少
南大先腾软件开发
冰峰网络安全儿童画
css 数据库模板
如何访问ecs数据库
数据库重新做文件