ansible.cfg (315B)
1 [defaults] 2 inventory = inventories/default 3 roles_path = roles 4 remote_user = root 5 6 # Use the YAML callback plugin. 7 stdout_callback = yaml 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