Skip to content

Add arguments to dev-vm script

Adrien Kohlbecker requested to merge ak/kwargs into master

What does this MR do?

Add keyword arguments to dev-vm script to change the playbook being run, the base image, and the xcode version.

Why was this MR needed?

I needed to run scripts/dev-vm --base-image mr-57-base-11.img --ansible-role toolchain.yml provision

What's the best way to test this MR?

scripts/dev-vm --base-image mr-57-base-11.img --ansible-role toolchain.yml new
scripts/dev-vm --base-image mr-57-base-11.img --ansible-role toolchain.yml provision
scripts/dev-vm --base-image mr-57-base-11.img --ansible-role toolchain.yml destroy

What are the relevant issue numbers?

Closes #54 (closed)

Merge request reports