Move everything off of Ansible
This commit is contained in:
@@ -59,7 +59,7 @@ def main():
|
||||
sed -e f's#@@BOX@@#file:///home/greg/src/vms/vms/{box}#' -e f's/@@BOX_NAME@@/{p.name}/' Vagrantfile.in > Vagrantfile
|
||||
vagrant box add @(box) --name @(p.name)
|
||||
if str(p.parent.name) in ["virtualbox", "libvirt", "vmware"]:
|
||||
vagrant up --provider vmware_fusion
|
||||
vagrant up --provider @(p.parent.name)
|
||||
else:
|
||||
print(f"Now whatcha wanna go and do that for? {box}")
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user