Skip to content

Commit

Permalink
docs: fix link for ansible-local
Browse files Browse the repository at this point in the history
  • Loading branch information
lbajolet-hashicorp committed Aug 17, 2023
1 parent cbff0fa commit ba501ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .web-docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ It is common practice to use the [shell provisioner](/packer/docs/provisioners/s

- [ansible](/packer/integrations/hashicorp/ansible/latest/components/provisioner/ansible) - The Packer provisioner runs Ansible playbooks. It dynamically creates an Ansible inventory file configured to use SSH, runs an SSH server, executes ansible-playbook, and marshals Ansible plays through the SSH server to the machine being provisioned by Packer.

- [ansible-local](/packer/integrations/hashicorp/ansible/latest/components/provisioner/ansibl-local) - The Packer provisioner will run ansible in ansible's "local" mode on the remote/guest VM using Playbook and Role files that exist on the guest VM. This means ansible must be installed on the remote/guest VM.
- [ansible-local](/packer/integrations/hashicorp/ansible/latest/components/provisioner/ansible-local) - The Packer provisioner will run ansible in ansible's "local" mode on the remote/guest VM using Playbook and Role files that exist on the guest VM. This means ansible must be installed on the remote/guest VM.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ It is common practice to use the [shell provisioner](/packer/docs/provisioners/s

- [ansible](/packer/integrations/hashicorp/ansible/latest/components/provisioner/ansible) - The Packer provisioner runs Ansible playbooks. It dynamically creates an Ansible inventory file configured to use SSH, runs an SSH server, executes ansible-playbook, and marshals Ansible plays through the SSH server to the machine being provisioned by Packer.

- [ansible-local](/packer/integrations/hashicorp/ansible/latest/components/provisioner/ansibl-local) - The Packer provisioner will run ansible in ansible's "local" mode on the remote/guest VM using Playbook and Role files that exist on the guest VM. This means ansible must be installed on the remote/guest VM.
- [ansible-local](/packer/integrations/hashicorp/ansible/latest/components/provisioner/ansible-local) - The Packer provisioner will run ansible in ansible's "local" mode on the remote/guest VM using Playbook and Role files that exist on the guest VM. This means ansible must be installed on the remote/guest VM.

0 comments on commit ba501ee

Please sign in to comment.