aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ansible.cfg
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-16 20:22:02 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-16 20:22:02 +0300
commitb24ff75541038562f834373eae3b262027b16bce (patch)
tree6ea8c42d2007f6be7c136e64eeb8746b4019b60b /ansible.cfg
parentinventory: -o StrictHostKeyChecking=no (diff)
downloadmaintenance-b24ff75541038562f834373eae3b262027b16bce.tar.gz
maintenance-b24ff75541038562f834373eae3b262027b16bce.zip
add ansible.cfg
The settings make error output much more readable.
Diffstat (limited to 'ansible.cfg')
-rw-r--r--ansible.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/ansible.cfg b/ansible.cfg
new file mode 100644
index 0000000..c2fa797
--- /dev/null
+++ b/ansible.cfg
@@ -0,0 +1,3 @@
+[defaults]
+stdout_callback = yaml
+stderr_callback = yaml