diff options
-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 |