mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-23 13:31:05 +08:00
12 lines
296 B
Plaintext
12 lines
296 B
Plaintext
DEVICE={{ ansible_eth0["device"] }}
|
|
BOOTPROTO="static"
|
|
DNS1="10.5.126.21"
|
|
DNS2="10.5.126.22"
|
|
GATEWAY="10.5.125.254"
|
|
HWADDR={{ ansible_eth0["macaddress"] }}
|
|
IPADDR={{ ansible_eth0["ipv4"]["address"] }}
|
|
NETMASK={{ ansible_eth0["ipv4"]["netmask"] }}
|
|
NM_CONTROLLED="yes"
|
|
ONBOOT="yes"
|
|
TYPE="Ethernet"
|