DEV Community

Discussion on: $ vagrant up

Collapse
 
rnjudas_za profile image
RNJudas

Would it at all be possible to do inline appending of the vagrantfile during the ansible run to streamline the entire process?

Collapse
 
__init__adan profile image
Adan Patience

If I'm understanding your question correctly, you could append the Vagrantfile with a provisioner and run vagrant up controller --provision . It will only execute the provision blocks, without destroying the VM