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

.bashrc

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