aboutsummaryrefslogtreecommitdiff
path: root/ldcg-python-openxla/ansible/ansible.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'ldcg-python-openxla/ansible/ansible.cfg')
-rw-r--r--ldcg-python-openxla/ansible/ansible.cfg14
1 files changed, 14 insertions, 0 deletions
diff --git a/ldcg-python-openxla/ansible/ansible.cfg b/ldcg-python-openxla/ansible/ansible.cfg
new file mode 100644
index 0000000000..28cbb08b00
--- /dev/null
+++ b/ldcg-python-openxla/ansible/ansible.cfg
@@ -0,0 +1,14 @@
+[defaults]
+interpreter_python: auto
+
+# Use the YAML callback plugin.
+stdout_callback = yaml
+
+# Use the stdout_callback when running ad-hoc commands.
+bin_ansible_callbacks = True
+
+# profile tasks
+callbacks_enabled = profile_tasks
+
+roles_path = roles:/etc/ansible/roles
+retry_files_enabled = False