Skip to content
Snippets Groups Projects
Select Git revision
  • ba8378780f18da4ffe4a9b3c1f62646707b98b6e
  • master default
2 results

ansible.cfg

Blame
  • ansible.cfg 265 B
    [defaults]
    library = library
    host_key_checking = False
    retry_files_enabled = False
    roles_path = ../:.molecule/roles:.molecule/../roles:../../
    command_warnings = True
    deprecation_warnings = True
    callback_whitelist = profile_tasks
    
    [ssh_connection]
    pipelining = True