Merge pull request #3882 from bhcleek/doc-ansible-command

document ansible provisioner's command option.
This commit is contained in:
Rickard von Essen 2016-09-13 17:25:59 +02:00 committed by GitHub
commit 4021ce78de
1 changed files with 3 additions and 0 deletions

View File

@ -47,6 +47,9 @@ Required Parameters:
Optional Parameters:
- `command` (string) - The command to invoke ansible.
Defaults to `ansible-playbook`.
- `groups` (array of strings) - The groups into which the Ansible host
should be placed. When unspecified, the host is not associated with any
groups.