Skip to content
Snippets Groups Projects
Select Git revision
  • 7d2488ad0d827e4941f996a85334c7228f44f5b2
  • master default
  • ci-debug
3 results

Dockerfile

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