Merge pull request #2963 from pepoirot/ansible-provisioner-notice

Add a notice that Ansible needs to be already present on the target.
This commit is contained in:
Chris Bednarski 2015-12-04 12:06:31 -08:00
commit 692b227ac3
1 changed files with 6 additions and 0 deletions

View File

@ -18,6 +18,12 @@ uploaded from your local machine to the remote machine. Ansible is run in [local
mode](http://docs.ansible.com/playbooks_delegation.html#local-playbooks) via the
`ansible-playbook` command.
-> **Note:** Ansible will *not* be installed automatically by this
provisioner. This provisioner expects that Ansible is already installed on the
machine. It is common practice to use the [shell
provisioner](/docs/provisioners/shell.html) before the Ansible provisioner to do
this.
## Basic Example
The example below is fully functional.