Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(CAT-372) - add var support to vagrant provisioner #264

Merged
merged 4 commits into from
May 16, 2024

Commits on May 15, 2024

  1. (CAT-372) - Add var support for vagrant provisioner

    To use multi-node provisioning locally with vagrant we need to be able to
    assign arbitrary tags to the nodes we deploy.
    Other provisioners do this with a parameter called vars.
    
    This commit introduces support for this, and essentially copies what is
    already present in the other bolt tasks in this module.
    jordanbreen28 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    f0390dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65e6de1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b89d5a View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    3fc3502 View commit details
    Browse the repository at this point in the history