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

.digrc

Blame
  • ansible.cfg 511 B
    [defaults]
    callback_whitelist = ansible.posix.profile_tasks, ansible.posix.timer
    command_warnings = True
    deprecation_warnings = True
    fact_caching = jsonfile
    fact_caching_connection = ~/.ansible/facts
    force_handlers = True
    interpreter_python = auto
    inventory = hosts
    gathering = smart
    pipelining = True
    retry_files_save_path = /tmp/
    system_warnings = True
    unparsed_is_failed = True
    verbosity = 2
    
    [inventory]
    enable_plugins = yaml
    
    [privilege_escalation]
    become = True
    become_user = root
    become_ask_pass = False