mirror of
https://github.com/mother-of-all-self-hosting/mash-playbook
synced 2024-11-10 22:34:25 +00:00
d531513350
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.
6 lines
94 B
INI
6 lines
94 B
INI
[defaults]
|
|
retry_files_enabled = False
|
|
stdout_callback = yaml
|
|
|
|
[connection]
|
|
pipelining = True
|