ansible.cfg (291B)
1 [defaults] 2 inventory = inventories/default 3 roles_path = roles 4 remote_user = root 5 6 callback_result_format = yaml 7 8 # Use the stdout_callback when running ad-hoc commands. 9 #bin_ansible_callbacks = True 10 11 use_persistent_connections = True 12 13 pipelining = True 14 15 vault_password_file = vault_pass.txt