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