vagrant/website/source/docs
Gilles Cornu 80d105cf8c
ansible_local: Add the :pip_args_only install mode
With the introduction of `pip_args` option, you can easily extend the
`:pip` installation mode behaviour. But some interesting/advanced usages
are still not possible because of the auto-generated parts ("ansible"
package, version selection, and the `--upgrade` flag).

By adding this "pip_args_only" install mode, it will be for instance
possible to:
- install unofficial releases, like release candidates published at
  https://releases.ansible.com/
- install more pip packages (e.g. via a `requirements.txt` file), with
  hash validation, etc.

Note that there is no config validation that requires `pip_args` option
to be defined when the :pip_args_only mode is selected. This would be
more elegant, and user friendly to raise a configuration error, but this
can wait. At least, running with an empty `pip_args` won't lead to any
command crash, since the rather dummy "pip install" shows an helper
notice and terminates with a zero (0) exit code.

This change is thought as a complement to the changes originally
proposed in pull request GH-8170.
2017-03-24 17:35:34 +01:00
..
boxes Add prune command to documentation 2016-11-09 09:24:59 +01:00
cli Merge pull request #8264 from hasyimibhar/command-validate 2017-03-23 09:52:12 -07:00
docker provider/docker: Separate -i and -t flags for exec 2016-05-31 20:05:27 -04:00
getting-started Update providers.html.md 2016-09-07 09:45:14 +01:00
hyperv The Hyper-V provider works fine in Windows 10 2017-03-23 10:03:42 -07:00
installation Update plugin docs. Remove bundler instructions from source install instructions. 2016-11-22 16:49:45 -08:00
multi-machine link to tip section about looping over VM definitions 2016-11-16 02:23:19 -05:00
networking Merge pull request #8237 from soleuu/patch-1 2017-02-23 12:32:33 -08:00
other &> is not valid on windows 2016-12-20 17:01:08 -02:00
plugins Update plugin docs. Remove bundler instructions from source install instructions. 2016-11-22 16:49:45 -08:00
providers Tabs to spaces 2016-01-19 14:54:13 -05:00
provisioning ansible_local: Add the :pip_args_only install mode 2017-03-24 17:35:34 +01:00
push website: catch more atlas.hashicorp.com and fix enterprise spelling 2016-03-08 10:57:35 -08:00
share Add docs for ngrok share 2017-02-27 16:29:46 -08:00
synced-folders Fixed Typo in Fedora commands on /etc/sudoers 2017-03-13 13:05:11 +01:00
vagrantfile Add note on output behavior when pty enabled. 2017-01-12 13:34:40 -08:00
virtualbox Use Gem::Version class to ensure expected comparison results 2017-02-01 13:22:23 -08:00
vmware Add linked_clone option to vmware docs 2017-02-28 09:50:23 -08:00
why-vagrant Merge docs and www into a single static site 2016-01-19 14:35:05 -05:00
boxes.html.md Move wiki information to source 2016-06-20 08:20:53 -04:00
index.html.md Merge docs and www into a single static site 2016-01-19 14:35:05 -05:00