Commit graph

2 commits

Author SHA1 Message Date
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
Aine
a27735b5cf
add ansible.cfg; reorganize inventory a bit 2023-03-19 09:16:29 +02:00