Use YAML for better output
This commit is contained in:
parent
15985541ba
commit
026ac7928f
|
@ -1,7 +1,9 @@
|
|||
[defaults]
|
||||
bin_ansible_callbacks = True
|
||||
inventory = tools/ansible/hosts.yml
|
||||
nocows = True
|
||||
private_key_file = .vagrant/machines/dransible/virtualbox/private_key
|
||||
remote_user = vagrant
|
||||
retry_files_enabled = False
|
||||
stdout_callback = yaml
|
||||
vault_password_file = tools/ansible/vault-password.txt
|
||||
|
|
Loading…
Reference in a new issue