Hunter Maximillion Monk
35849c56a1
Fix README URL
2017-04-05 19:55:25 -05:00
Chris Roberts
ee7a4ed652
Merge pull request #8451 from chrisroberts/enhancement/port-forward-init
...
Add note on forwarded_port and include host_ip configuration
2017-04-05 15:23:29 -07:00
Chris Roberts
abae844b7b
Update CHANGELOG
2017-04-05 15:17:54 -07:00
Chris Roberts
ca557249a5
Add note on forwarded_port and include host_ip configuration
2017-04-05 15:13:24 -07:00
Chris Roberts
21e195c75a
Merge pull request #7425 from tjuerge/6220-mount_shared_folder-via-ssh
...
Add support for mounting synched folders on windows guest via ssh
2017-04-05 15:11:32 -07:00
Chris Roberts
6f0cedbc72
Update CHANGELOG
2017-04-05 13:26:24 -07:00
Chris Roberts
869f87d55f
Merge pull request #8442 from chrisroberts/fix/bundler-notify-source
...
Validate plugin sources and report errors if detected.
2017-04-05 13:24:54 -07:00
Chris Roberts
3c8b2ae097
Include documentation entry for plugin source errors environment variable
2017-04-05 13:17:48 -07:00
Anand Suresh
30f4eb62ea
Add chef_install(ed?) guest capability for freebsd
2017-04-04 22:10:02 -07:00
Chris Roberts
df069deac0
Validate plugin sources and report errors if detected.
2017-04-04 17:53:04 -07:00
Chris Roberts
147b7e3275
Update CHANGELOG
2017-04-04 12:57:53 -07:00
Chris Roberts
d7132b79c6
Merge pull request #8437 from chrisroberts/enhancement/docker-host-vm
...
Do not force docker host VM on Darwin or Windows
2017-04-04 12:56:59 -07:00
Chris Roberts
05b6cdab6c
Do not force docker host VM on Darwin or Windows
2017-04-03 14:48:14 -07:00
Chris Roberts
cd68ba2c8e
Update CHANGELOG
2017-04-03 14:43:53 -07:00
Chris Roberts
74ad90d8e0
Merge pull request #7840 from pstengel/bugfix/7651
...
Do better at finding ssh_info for Docker
2017-04-03 14:41:50 -07:00
Chris Roberts
45b6338e5f
Merge pull request #8436 from justincampbell/www-ngrok-description
...
website: Add ngrok description and link
2017-04-03 09:42:04 -07:00
Justin Campbell
f7ced44835
website: Add ngrok description and link
2017-04-03 09:54:30 -04:00
Mikhail Zholobov
3c44ab7cf2
Escape backward slashes in vbox share name
...
That fixes invalid share names in Windows guests, where backward slash character is
used as a path separator.
2017-04-02 13:05:23 +02:00
knbnnate
8c31a0c3ff
Salt ver year.month can have 2-digit month
2017-03-30 17:00:46 -04:00
Chris Roberts
7c89bd47e0
Update CHANGELOG
2017-03-28 15:38:56 -07:00
Chris Roberts
c7cb0041a8
Merge pull request #8422 from gokhansengun/master
...
Correct box version sorting in box list command's output.
2017-03-28 15:37:29 -07:00
Chris Roberts
bfa5cf6885
Update CHANGELOG
2017-03-28 15:33:25 -07:00
Chris Roberts
1f2616a03c
Merge pull request #8414 from chrisroberts/fix/deadlocks
...
Always provide timeout on thread join to prevent deadlock errors
2017-03-28 15:31:54 -07:00
Chris Roberts
cbaf136fca
Merge pull request #8368 from chrisroberts/vmware/whitelist-doc
...
Add documentation section on whitelisting in VMware boxes
2017-03-28 15:23:24 -07:00
Gökhan Şengün
51a15d23bd
Correct box version sorting of box list command.
...
Boxes are already correctly sorted as a result of PRs #7956 and #8334 . The extra sort here breaks.
2017-03-29 00:56:42 +03:00
Seth Vargo
ef868a232c
Use colored logo in sidebar
2017-03-28 14:28:47 -04:00
Seth Vargo
2200171c01
Remove adroll
2017-03-28 13:40:14 -04:00
Seth Vargo
fa8347ad4e
Merge pull request #8421 from mitchellh/b-vs
...
website: update vs
2017-03-28 13:40:08 -04:00
Mitchell Hashimoto
ed0ccc1c17
website: update vs
2017-03-28 10:38:20 -07:00
Seth Vargo
f59dd9f7e0
Make downloads responsive
2017-03-28 13:02:24 -04:00
Seth Vargo
ece753ed47
Fix download link placement
2017-03-28 12:44:24 -04:00
Seth Vargo
80de593f02
Fix security.html
2017-03-28 12:32:04 -04:00
Seth Vargo
ba16b14035
Merge pull request #8416 from mitchellh/sethvargo/rebrand
...
Rebrand to match HashiCorp styles
2017-03-28 12:13:11 -04:00
Seth Vargo
041b0e705f
Cleanup inner VMware pages
2017-03-28 11:21:45 -04:00
Seth Vargo
0d7d65fdeb
Rebrand to match HashiCorp styles
2017-03-27 21:24:57 -04:00
Chris Roberts
bfc2af4cf9
Always provide timeout on thread join to prevent deadlock errors
2017-03-27 12:58:39 -07:00
Chris Roberts
1e6e6a0bf0
Update CHANGELOG
2017-03-27 09:09:03 -07:00
Chris Roberts
4af1fbccfb
Merge pull request #8410 from chrisroberts/fix/smb-mount
...
Fix linux guest mount smb capability
2017-03-27 09:07:22 -07:00
Gilles Cornu
cb61497ad6
Update CHANGELOG
2017-03-24 22:10:01 +01:00
Chris Roberts
98b0ad1464
Fix linux guest mount smb capability
2017-03-24 13:42:51 -07:00
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
Simon Detheridge
3a3216ae0c
gentoo/guest: #8406 support systemd when configuring net
2017-03-24 16:11:16 +00:00
Simon Detheridge
e06848a649
gentoo/guest: #8406 support systemd when changing hostname
2017-03-24 16:10:52 +00:00
Gilles Cornu
b40d347944
ansible_local: Polish the new `pip_args` option
...
Ref GH-8170
2017-03-24 00:01:17 +01:00
James Carr
7e2e5654ed
ansible_local: Add `pip_args` option
...
With this new option, it is now possible to pass additional arguments to
pip command when the `install_mode` is "pip".
(@gildegoma reworded the original commit message of pull request GH-8170)
2017-03-24 00:01:14 +01:00
John Van Tuyl
f807e5a8be
The Hyper-V provider works fine in Windows 10
...
10 is the version most people will be using anyway.
2017-03-23 10:03:42 -07:00
Chris Roberts
b60ac95ce5
Update CHANGELOG
2017-03-23 09:52:57 -07:00
Chris Roberts
256ce3b0d5
Merge pull request #8264 from hasyimibhar/command-validate
...
Add validate command
2017-03-23 09:52:12 -07:00
Chris Roberts
a7931e7629
Update CHANGELOG
2017-03-23 09:47:16 -07:00
Chris Roberts
2f4181bad8
Merge pull request #8401 from chrisroberts/bundler/prevent-source-paths
...
Prevent adding local paths to RubyGems sources list
2017-03-23 09:46:08 -07:00