ova/param-json

Defines any additional command line options to pass to ansible for playbooks

This Param holds the configuration JSON information to use for OVA appliance deployment configuration. It is an object type Param definition. To correctly assign a value to it, use the following form:

YAML:

```yaml
ova/param-json:
  {
    "some": "json stuff here"
  }
```

JSON:

```json
"ova/param-json":
  {
    "some": "json stuff here"
  }
```

Do not use string concatenation constructs in the YAML definition.