From f3ead892403929d71aa284287a8ca22353ab6b95 Mon Sep 17 00:00:00 2001 From: Pavel Cahyna Date: Fri, 23 Jun 2017 16:20:00 +0200 Subject: [PATCH] Use proper reserved MAC addresses for documentation, according to RFC 7042. --- README.md | 2 +- examples/inventory | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8b92202..21a5c28 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ network_connections: #state: present # default, as a type is present type: "ethernet" autoconnect: yes - mac: "d6:06:b9:56:12:5d" + mac: "00:00:5e:00:53:5d" ip: dhcp4: yes ``` diff --git a/examples/inventory b/examples/inventory index 645fdf6..94ffdfe 100644 --- a/examples/inventory +++ b/examples/inventory @@ -1,4 +1,4 @@ # an inventory for the examples. [network-test] -v-rhel6 ansible_user=root network_iphost=196 network_mac1=52:54:00:44:9f:ba network_interface_name1=eth0 network_interface_name2=eth1 -v-rhel7 ansible_user=root network_iphost=97 network_mac1=52:54:00:05:f5:b3 network_interface_name1=eth0 network_interface_name2=eth1 +v-rhel6 ansible_user=root network_iphost=196 network_mac1=00:00:5e:00:53:00 network_interface_name1=eth0 network_interface_name2=eth1 +v-rhel7 ansible_user=root network_iphost=97 network_mac1=00:00:5e:00:53:01 network_interface_name1=eth0 network_interface_name2=eth1 -- 2.9.4