This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
1
You've already forked matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced
2024-10-31 17:55:00 +00:00
Code
Issues
Releases
Wiki
Activity
17b109d9f6
matrix-docker-ansible-deploy
/
ansible.cfg
7 lines
94 B
INI
Raw
Normal View
History
Unescape
Escape
Initial commit
2017-07-31 20:07:30 +00:00
[defaults]
retry_files_enabled
=
False
Use the yaml callback plugin when running ansible-playbook The default default Ansible screen output encodes and prints error outputs as a hard to read dense line of JSON. This patch changes the ansible-playbook command behavior for this project to output yaml instead.
2021-02-18 14:57:05 +00:00
stdout_callback
=
yaml
Move pipelining option to proper section
2019-08-31 23:59:41 +00:00
[connection]
Move pipelining option to ansible.cfg
2019-08-31 23:56:02 +00:00
pipelining
=
True
Reference in New Issue
Copy Permalink