mash-playbook/ansible.cfg
Slavi Pantaleev d531513350 Simplify ansible.cfg for general purpose usage
The new ansible.cfg file is copied from matrix-docker-ansible-deploy
and should provide better defaults for general purpose usage.

We've had instances of people wishing to run certain things like `just roles`
using a regular user and to actually run the playbook (`just install-all`) as `root`.
If both of these invocations try to write temporary files to `/tmp/mash*`, they run into a conflict.

It's probably better to avoid writing stuff to `/tmp` by default anyway.
2023-12-07 08:46:20 +02:00

6 lines
94 B
INI

[defaults]
retry_files_enabled = False
stdout_callback = yaml
[connection]
pipelining = True