This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
mash-playbook
Watch
2
Star
0
Fork
You've already forked mash-playbook
0
mirror of
https://github.com/mother-of-all-self-hosting/mash-playbook
synced
2024-11-10 06:14:17 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
4dab565cc7
mash-playbook
/
ansible.cfg
7 lines
94 B
INI
Raw
Normal View
History
Unescape
Escape
add ansible.cfg; reorganize inventory a bit
2023-03-19 07:16:29 +00:00
[defaults]
retry_files_enabled
=
False
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 06:46:20 +00:00
stdout_callback
=
yaml
add ansible.cfg; reorganize inventory a bit
2023-03-19 07:16:29 +00:00
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 06:46:20 +00:00
[connection]
add ansible.cfg; reorganize inventory a bit
2023-03-19 07:16:29 +00:00
pipelining
=
True
Reference in a new issue
Copy permalink