Files
awx/awx/main/tests/data/inventory/scripts/vmware/env.json
AlanCoding e84642b4a1 Set Ansible name transform setting for built-in sources
This is the current default but will change in the future
for these sources, we do not want behavior change
2019-03-28 10:37:36 -04:00

8 lines
241 B
JSON

{
"VMWARE_USER": "fooo",
"VMWARE_PASSWORD": "fooo",
"VMWARE_HOST": "https://foo.invalid",
"VMWARE_VALIDATE_CERTS": "False",
"VMWARE_INI_PATH": "{{ file_reference }}",
"ANSIBLE_TRANSFORM_INVALID_GROUP_CHARS": "never"
}