diff --git a/website/source/docs/provisioners/ansible.html.md b/website/source/docs/provisioners/ansible.html.md index 440215b8a..819236dca 100644 --- a/website/source/docs/provisioners/ansible.html.md +++ b/website/source/docs/provisioners/ansible.html.md @@ -49,7 +49,7 @@ DigitalOcean. Replace the mock `api_token` value with your own. Required Parameters: -- `playbook_file` - The playbook to be run by Ansible. +- `playbook_file` (string) - The playbook to be run by Ansible. Optional Parameters: @@ -57,9 +57,7 @@ Optional Parameters: running Ansible. Usage example: ``` json - { "ansible_env_vars": [ "ANSIBLE_HOST_KEY_CHECKING=False", "ANSIBLE_SSH_ARGS='-o ForwardAgent=yes -o ControlMaster=auto -o ControlPersist=60s'", "ANSIBLE_NOCOLOR=True" ] - } ``` If you are running a Windows build on AWS, Azure or Google Compute and @@ -82,9 +80,7 @@ Optional Parameters: not be quoted. Usage example: ``` json - { "extra_arguments": [ "--extra-vars", "Region={{user `Region`}} Stage={{user `Stage`}}" ] - } ``` If you are running a Windows build on AWS, Azure or Google Compute and @@ -175,9 +171,7 @@ To debug underlying issues with Ansible, add `"-vvvv"` to `"extra_arguments"` to enable verbose logging. ``` json -{ "extra_arguments": [ "-vvvv" ] -} ``` ## Limitations