ansible.cfg (293B)
1 [defaults] 2 3 inventory = inventories/default 4 roles_path = roles 5 6 remote_user = root 7 8 vault_password_file = vault_pass.txt 9 10 use_persistent_connections = True 11 pipelining = True 12 13 stdout_callback = default 14 callback_result_format = yaml 15 display_ok_hosts = False 16 show_custom_stats = False 17 nocows = 1