document ansible provisioner's option.

This commit is contained in:
Billie H. Cleek 2016-09-13 08:18:21 -07:00
parent 1e4bc512ce
commit 9cf476289f
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.