Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 414 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 414 Bytes

Vagrant & Ansible Collection for Windows Development

Usage

  • Initialized for vagrant if no .vagrant dir

    vagrant init

  • Set new VBox name (vb.name in vbox section of Vagrantfile)

  • Create the VBox and invoke Ansible afterwards

    VAGRANT_DEFAULT_PROVIDER=virtualbox vagrant up

  • Create the VBox without Ansible provisioner

    VAGRANT_DEFAULT_PROVIDER=virtualbox vagrant up --no-provision