38 Commits

Author SHA1 Message Date
Chris Roberts
ec966b8996
Merge pull request #12410 from gilbertbw/patch-1
Update link to ansible installation instructions
2021-06-17 13:33:05 -07:00
Julien
71387a31b2
Fixing broken reference to ansible website
Some of these URL were pointing to http://docs.ansible.com/ansible/[...].

I updated all links to https://docs.ansible.com/ansible/latest/[...].
2021-06-17 14:14:58 -04:00
Chris Roberts
1e2f02bc0a
Merge pull request #12411 from gilbertbw/patch-2
Update Hyper-V link.
2021-06-15 12:48:05 -07:00
Chris Roberts
7528cdc235
Merge pull request #12388 from JonTheNiceGuy/patch-1
Update "Default Router" shell script in publc_network.mdx documentation
2021-06-15 08:35:39 -07:00
Sophia Castellarin
9933fec019
Merge pull request #12387 from soapy1/update-podmain-docs
Update Podman and Docker provisioner docs
2021-06-11 13:12:37 -05:00
dan m
bfdbe66bb9
✏️Fix typo 2021-06-11 17:56:26 +02:00
Chris Roberts
05fe904597 Fix name capitalization 2021-06-09 09:29:53 -07:00
Chris Roberts
eff23ac10b Add FAQ entry on license requirement 2021-06-09 09:17:58 -07:00
Chris Roberts
48016e49c8 Remove license related content from the documentation 2021-06-09 09:17:58 -07:00
Chris Roberts
37c9b91066 Delete VMware content that is no longer required 2021-06-09 09:17:58 -07:00
Gilbert Bishop-White
3a25cd504c
Update Hyper-V link. 2021-06-05 11:53:02 +01:00
Gilbert Bishop-White
1cb82406f0
Update link to ansible installation instructions 2021-06-05 11:14:59 +01:00
Sophia Castellarin
94676fc944
Merge pull request #12342 from fhemberger/fix-ansible-links
Website and Templates: Fix links to Ansible inventory user guide
2021-05-26 09:26:56 -05:00
Sophia Castellarin
45a84d5dcc
Merge pull request #12361 from fhemberger/patch-1
fix(website/ansible_intro): Update deprecated Ansible variable names
2021-05-25 15:55:39 -05:00
Sophia Castellarin
8d38ba1cdf
Merge pull request #12127 from max-arnold/salt-bootstrap-win
Always use upstream Salt bootstrap script on Windows
2021-05-24 16:49:51 -05:00
sophia
1a02a09157 Update Podman and Docker provisioner docs
In particular, they should be more clear about the need to have
a guest VM defined in order to use the provisioners.
2021-05-24 10:14:45 -05:00
Jon "The Nice Guy" Spriggs
cf1211078e
Update public_network.mdx 2021-05-24 14:36:32 +01:00
Ikko Ashimine
1d4af5381f
Update website/content/docs/disks/hyperv/usage.mdx
Co-authored-by: Sophia Castellarin <sophia@hashicorp.com>
2021-05-18 09:44:02 +09:00
Ikko Ashimine
5f6e1f94f4
Fix typo in usage.mdx
specificy -> specificity
2021-05-17 15:40:55 +09:00
Frederic Hemberger
0138f7f6ae
fix(website/ansible_intro): Update deprecated Ansible variable names
`ansible_ssh_host`, `ansible_ssh_port` and `ansible_ssh_user` are no longer used in Ansible and are called `ansible_host`, `ansible_port` and `ansible_user` instead.
2021-05-12 10:50:56 +02:00
Frederic Hemberger
1dadd72c62 Fix links to Ansible inventory user guide 2021-05-01 11:34:07 +02:00
Bryce Kalow
2c3397c468
feat(website): migrates nav data format and updates docs pages (#12259) 2021-03-31 12:10:21 -05:00
Chris Roberts
9b4091b6a6 Add env var docs for disabling wincurl 2021-03-25 14:11:46 -07:00
Chris Roberts
cf51c18ad8 Update authentication middleware access token handling
Replace the `VAGRANT_ALLOW_PARAM_AUTH_TOKEN` environment variable
    with `VAGRANT_SERVER_ACCESS_TOKEN_BY_URL` and update the behavior
    when the environment variable is set to add the access token as
    a query parameter and disable the addition of the authentication
    header.

    Fixes #12080
2021-03-24 17:24:47 -07:00
Chris Roberts
51382a0d0a Deprecate hook and disable access token parameter by default
This sets the `authenticate_box_url` hook as deprecated and also
    disables the cloud auth middleware from adding an access token
    as a URL parameter by default. An environment variable has been
    added which can be used for re-enabling the access token URL
    parameter behavior if required for some legacy system which does
    not support the authorization header.
2021-03-15 14:46:46 -07:00
Mike Bruins
c2b007ab31
Removal requires sudo access 2021-03-09 10:03:19 +10:30
Sophia Castellarin
20bd1e1f87
Merge pull request #12131 from nnorakk/patch-1
Update ansible_intro.mdx
2021-03-08 14:48:13 -06:00
sophia
b41d114235 Add some docs for networking assumptions 2021-02-24 15:10:43 -06:00
Sophia Castellarin
4d73181635
Merge pull request #12104 from ryuheechul/patch-1
Add disks flag in cloud-init usage
2021-02-23 14:04:02 -06:00
Wouter Schoot
16f230f4b6 More typosquat 2021-02-04 21:17:25 +01:00
Wouter Schoot
0169666fcd
Update usage.mdx 2021-01-28 16:28:19 +01:00
Jeff Escalante
eb8a113698
Website: prepare for vercel hosting (#12114)
* prepare for vercel hosting

* smooth out some config syntax

* update readme

* fix a couple broken links

* temporarily add back netlify config for transition
2021-01-12 20:09:00 -05:00
Chris Roberts
d87e49752d Update Big Sur known issues within documentation
Add Big Sur specific known issues to the provider documentation
    and link to the known issues page from the note on the vmware page
2021-01-12 13:10:46 -08:00
nnorakk
11a0723c29
Update ansible_intro.mdx 2021-01-05 22:23:02 -03:00
Max Arnold
5a30570b9a Always use upstream Salt bootstrap script on Windows 2021-01-04 10:49:07 +07:00
Heechul Ryu
2e3a4692be
Add disks flag in cloud-init usage
As pointed out here, https://www.grzegorowski.com/how-to-test-cloud-init-locally-with-vagrant, `cloud-init` doesn't work without `disks` flag, so it's being added it.
2020-12-10 18:07:12 +00:00
Jeff Escalante
79041a9cd1
update to latest version of DocsPage 2020-11-24 15:10:08 -05:00
Jeff Escalante
137f194ccf
update deps, migrate to mdx remote 2020-11-24 14:26:26 -05:00