fixes links in headers

This commit is contained in:
kaitlincart 2023-02-22 10:46:59 -08:00
parent 456aac7386
commit 1074f19fa3
2 changed files with 7 additions and 3 deletions

View File

@ -89,7 +89,9 @@ When using Ansible, it needs to know on which machines a given playbook should r
The first and simplest option is to not provide one to Vagrant at all. Vagrant will generate an inventory file encompassing all of the virtual machines it manages, and use it for provisioning machines. The first and simplest option is to not provide one to Vagrant at all. Vagrant will generate an inventory file encompassing all of the virtual machines it manages, and use it for provisioning machines.
#### Example with the [`ansible`](/vagrant/docs/provisioning/ansible) provisioner #### Ansible provisioner example
Example with the [`ansible`](/vagrant/docs/provisioning/ansible) provisioner.
```text ```text
# Generated by Vagrant # Generated by Vagrant
@ -100,7 +102,9 @@ default ansible_host=127.0.0.1 ansible_port=2200 ansible_user='vagrant' ansible_
Note that the generated inventory file is stored as part of your local Vagrant environment in Note that the generated inventory file is stored as part of your local Vagrant environment in
`.vagrant/provisioners/ansible/inventory/vagrant_ansible_inventory`. `.vagrant/provisioners/ansible/inventory/vagrant_ansible_inventory`.
#### Example with the [`ansible_local`](/vagrant/docs/provisioning/ansible_local) provisioner #### Ansible local provision
Example with the [`ansible_local`](/vagrant/docs/provisioning/ansible_local) provisioner
```text ```text
# Generated by Vagrant # Generated by Vagrant

View File

@ -1,6 +1,6 @@
--- ---
layout: vagrant-cloud layout: vagrant-cloud
page_page_title: Organizations in Vagrant Cloud page_title: Organizations in Vagrant Cloud
--- ---
## Organizations in Vagrant Cloud ## Organizations in Vagrant Cloud