• Eric Paris's avatar
    Ansible: Vagrant: allow passing ansible tags to vagrant provision · a25b34e1
    Eric Paris authored
    Creating a cluster from scratch takes about 7 minutes. But if you just
    rebuild the binaries and want to update those you don't want to have to
    rerun the entire thing. There is an ansible tag 'binary-update' which
    will do that. Now one can do
    ```
    ANSIBLE_TAGS=binary-update vagrant provision
    ```
    And it will push the new binaries.
    a25b34e1
Vagrantfile 4.58 KB