With this new option defined, the `ansible-galaxy` and `ansible-playbook` commands generated by the Ansible provisioners will be executed with the ANSIBLE_CONFIG environment variable set accordingly. Resolve GH-7195 This commit also fix the following open issues: - Implement the pending RSpec examples about path existence checks performed by the ansible (remote) provisioner. - In verbose mode, the ansible remote provisioner now correctly displays the Ansible Galaxy parameters ("role_file" and "roles_path") with single quotes (which is safer for potential copy-paste usage). Additional Notes: - Test coverage for `ansible_local` provisioner is still not implemented. See GH-6633. - Test coverage for galaxy from host is not implemented yet (due to general issue with mocking both command executions, see https://github.com/mitchellh/vagrant/pull/6529#r45278451 |
||
---|---|---|
.. | ||
commands | ||
communicators | ||
guests | ||
hosts | ||
kernel_v1 | ||
kernel_v2 | ||
providers | ||
provisioners | ||
pushes | ||
synced_folders | ||
README.md |
README.md
Vagrant Core Plugins
These are plugins that ship with Vagrant. Vagrant core uses its own plugin system to power a lot of the core pieces that ship with Vagrant. Each plugin will have its own README which explains its specific role.