From 09fdb5da269d93ac6c5dec7a9100d703964bf18c Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sun, 3 Jan 2021 23:29:43 -0500 Subject: [PATCH] Fix a bad reference --- docs/manuals/ansible.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manuals/ansible.md b/docs/manuals/ansible.md index 2d713831..b89b0f94 100644 --- a/docs/manuals/ansible.md +++ b/docs/manuals/ansible.md @@ -899,7 +899,7 @@ The IPMI password for the node management controller. Unless a per-host override * *required* -The device name of the underlying network interface to be used for "bridged"-type client networks. For each "bridged"-type network, an IEEE 802.3q vLAN and bridge will be created on top of this device to pass these networks. In most cases, using the reflexive `networks['cluster']['device']` or `networks['upstream']['device']` from the Base role is sufficient. +The device name of the underlying network interface to be used for "bridged"-type client networks. For each "bridged"-type network, an IEEE 802.3q vLAN and bridge will be created on top of this device to pass these networks. In most cases, using the reflexive `networks['cluster']['raw_device']` or `networks['upstream']['raw_device']` from the Base role is sufficient. #### `pvc__*`