Add network= flag README

This commit is contained in:
Doug Masiero 2025-02-19 16:51:49 -05:00
parent e23c2114f4
commit b26abb4097

View File

@ -122,8 +122,9 @@ Update the parameters provided to the below plan run command as needed.
```bash
cd bolt_vm_automation
bolt plan run bolt_vm_automation::create_vm \
target=roscoe \
target=siderack \
vm_name=moeny-bank01 \
ip_with_cidr=100.40.223.189/24 \
hostname=moeny-bank01
hostname=moeny-bank01 \
network=br0
```