mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 02:46:20 +08:00
10 lines
239 B
Plaintext
10 lines
239 B
Plaintext
DEVICE=br-ex
|
|
DEVICETYPE=ovs
|
|
TYPE=OVSBridge
|
|
BOOTPROTO=static
|
|
IPADDR={{ network_public_ip }}
|
|
NETMASK={{ public_netmask }} # your netmask
|
|
GATEWAY={{ public_gateway_ip }} # your gateway
|
|
DNS1={{ public_dns }} # your nameserver
|
|
ONBOOT=yes
|