diff options
author | Aaron LI <aly@aaronly.me> | 2018-03-03 00:14:13 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-03-14 11:35:07 +0800 |
commit | 0159d141439af98080a17eb82588cdb6e1f20370 (patch) | |
tree | 6ff276038040094039a6e99e93b852a4ff4bd2ad | |
parent | a4665a44ce44956523a63b17358909f539ec7770 (diff) | |
download | ansible-dfly-vps-0159d141439af98080a17eb82588cdb6e1f20370.tar.bz2 |
ansible.cfg: add commented option "nocows" to disable cowsay
-rw-r--r-- | ansible.cfg | 4 |
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 |