-
Notifications
You must be signed in to change notification settings - Fork 63
FAQ
stalabi1 edited this page Dec 16, 2022
·
1 revision
Q. How can I prevent my playbook from aborting when configuring or unconfiguring management VRF?
Please make use of the
mgmt_vrf_on.yaml
andmgmt_vrf_off.yaml
tasks underplaybook/common_examples/
to configure and unconfigure management VRF respectively. See the example playbook,mgmt_vrf_config.yaml
, for reference on how to do this.