diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-16 20:22:02 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-16 20:22:02 +0300 |
commit | b24ff75541038562f834373eae3b262027b16bce (patch) | |
tree | 6ea8c42d2007f6be7c136e64eeb8746b4019b60b | |
parent | inventory: -o StrictHostKeyChecking=no (diff) | |
download | maintenance-b24ff75541038562f834373eae3b262027b16bce.tar.gz maintenance-b24ff75541038562f834373eae3b262027b16bce.zip |
add ansible.cfg
The settings make error output much more readable.
Diffstat (limited to '')
-rw-r--r-- | ansible.cfg | 3 |
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 |