We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently we are using shell scripts, for the standard provisioning
It could also be useful to support other means, such as Ansible?
provision: - mode: ansible playbook: playbook.yaml
It would create an inventory, and then call ansible-playbook
ansible-playbook
Host ("control node") requirements: Ansible
Guest ("managed node") requirements: Python
See also:
https://docs.ansible.com/ansible/latest/scenario_guides/guide_vagrant.html
https://developer.hashicorp.com/vagrant/docs/provisioning/ansible (v2.3.7)
╭─────────╮ ⟨ ansible ⟩ ╰─────────╯ ╲ ^__^ ╲ (oo)\_______ (__)\ )\/\ ||----w | || ||
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description
Currently we are using shell scripts, for the standard provisioning
It could also be useful to support other means, such as Ansible?
It would create an inventory, and then call
ansible-playbook
Host ("control node") requirements: Ansible
Guest ("managed node") requirements: Python
See also:
https://docs.ansible.com/ansible/latest/scenario_guides/guide_vagrant.html
https://developer.hashicorp.com/vagrant/docs/provisioning/ansible (v2.3.7)
The text was updated successfully, but these errors were encountered: