github.com/crowdsecurity/crowdsec@v1.6.1/test/ansible/ansible.cfg (about)

     1  [defaults]
     2  pipelining = True
     3  force_color = True
     4  nocows = True
     5  
     6  # inventory = inventory.yml
     7  callbacks_enabled = timer
     8  
     9  # more compact and readable output
    10  stdout_callback = debug
    11  display_skipped_hosts = False
    12  display_ok_hosts = True
    13  
    14  [ssh_connection]
    15  ssh_args = -o ControlMaster=auto -o ControlPersist=60s