|
@@ -29,6 +29,10 @@ deprecation_warnings = False
|
|
# ssh_args - set if provided by user (cli)
|
|
# ssh_args - set if provided by user (cli)
|
|
# control_path
|
|
# control_path
|
|
|
|
|
|
|
|
+[inventory]
|
|
|
|
+# fail more helpfully when the inventory file does not parse (Ansible 2.4+)
|
|
|
|
+unparsed_is_failed=true
|
|
|
|
+
|
|
# Additional ssh options for OpenShift Ansible
|
|
# Additional ssh options for OpenShift Ansible
|
|
[ssh_connection]
|
|
[ssh_connection]
|
|
# shorten the ControlPath which is often too long; when it is,
|
|
# shorten the ControlPath which is often too long; when it is,
|