RHEL9使用 RHEL 系统角色管理网络
您可以使用该角色在多台目标计算机上配置网络连接。
network
该角色允许配置以下类型的接口:network
- Ethernet
Bridge
Bonded
VLAN
MacVLAN
InfiniBand
每个主机所需的网络连接在变量中以列表形式提供。network_connections
以下示例显示如何应用角色以确保存在具有所需参数的以太网连接:network
应用网络角色以使用所需参数设置以太网连接的示例 playbook
# SPDX-License-Identifier: BSD-3-Clause --- - hosts: managed-node-01.example.com vars: network_connections: # Create one Ethernet profile and activate it. # The profile uses automatic IP addressing # and is tied to the interface by MAC address. - name: prod1 state: up type: ethernet autoconnect: yes mac: "00:00:5e:00:53:00" mtu: 1450 roles: - rhel-system-roles.network
声明:欢迎大家光临本站,学习IT运维技术,转载本站内容,请注明内容出处”来源刘国华教育“。如若本站内容侵犯了原著者的合法权益,请联系我们进行处理。