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

ansible.cfg

Blame
  • ansible.cfg 163 B
    [defaults]
    host_key_checking = False
    retry_files_enabled = False
    roles_path = roles:../:../../:.molecule/roles
    command_warnings = True
    deprecation_warnings = True