remove confusing use of local. dang.
This commit is contained in:
parent
150bf1f6da
commit
df492d35bf
|
@ -14,12 +14,12 @@ sidebar_current: 'docs-provisioners-ansible-local'
|
||||||
|
|
||||||
Type: `ansible-local`
|
Type: `ansible-local`
|
||||||
|
|
||||||
The `ansible-local` Packer provisioner will run ansible "locally" on the
|
The `ansible-local` Packer provisioner will run ansible in ansible's "local"
|
||||||
remote/guest VM using Playbook and Role files that exist on the guest VM.
|
mode on the remote/guest VM using Playbook and Role files that exist on the
|
||||||
This means ansible must be installed on the remote/guest VM. Playbooks and
|
guest VM. This means ansible must be installed on the remote/guest VM.
|
||||||
Roles can be uploaded from your local machine (the one running Packer) to
|
Playbooks and Roles can be uploaded from your build machine
|
||||||
the vm. Ansible is run on the guest machine in [local
|
(the one running Packer) to the vm. Ansible is then run on the guest machine
|
||||||
mode](https://docs.ansible.com/ansible/playbooks_delegation.html#local-playbooks) via the
|
in [local mode](https://docs.ansible.com/ansible/playbooks_delegation.html#local-playbooks) via the
|
||||||
`ansible-playbook` command.
|
`ansible-playbook` command.
|
||||||
|
|
||||||
-> **Note:** Ansible will *not* be installed automatically by this
|
-> **Note:** Ansible will *not* be installed automatically by this
|
||||||
|
|
Loading…
Reference in New Issue