aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2018-03-03 00:14:13 +0800
committerAaron LI <aly@aaronly.me>2018-03-14 11:35:07 +0800
commit0159d141439af98080a17eb82588cdb6e1f20370 (patch)
tree6ff276038040094039a6e99e93b852a4ff4bd2ad
parenta4665a44ce44956523a63b17358909f539ec7770 (diff)
downloadansible-dfly-vps-0159d141439af98080a17eb82588cdb6e1f20370.tar.bz2
ansible.cfg: add commented option "nocows" to disable cowsay
-rw-r--r--ansible.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/ansible.cfg b/ansible.cfg
index c1790d6..38640db 100644
--- a/ansible.cfg
+++ b/ansible.cfg
@@ -14,6 +14,10 @@ timeout = 30
# uncomment this to disable SSH key host checking
#host_key_checking = False
+# don't like cows? that's unfortunate.
+# set to 1 if you don't want cowsay support or export ANSIBLE_NOCOWS=1
+#nocows = 1
+
[ssh_connection]
pipelining = True