ansible: some doc style fixes

This commit is contained in:
Rickard von Essen 2019-02-04 18:21:32 +01:00
parent 9f1ec211a0
commit 6d700d34df
No known key found for this signature in database
GPG Key ID: 594C11A315EDF6E2
1 changed files with 1 additions and 7 deletions

View File

@ -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