Add documentation about playbook_files option of ansible-local provisioner.

This commit is contained in:
localghost 2017-07-09 20:04:01 +02:00
parent 9ea6313b68
commit 1bd32d3876
1 changed files with 6 additions and 1 deletions

View File

@ -43,7 +43,12 @@ Required:
- `playbook_file` (string) - The playbook file to be executed by ansible. This
file must exist on your local system and will be uploaded to the
remote machine.
remote machine. This option is exclusive with `playbook_files`.
- `playbook_files` (array of strings) - The playbook files to be executed by ansible.
These files must exist on your local system. If the files don't exist in the `playbook_dir`
or you don't set `playbook_dir` they will be uploaded to the remote machine. This option
is exclusive with `playbook_file`.
Optional: