This website requires JavaScript.
Explore
Help
Sign In
jowj
/
matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
You've already forked matrix-docker-ansible-deploy
forked from
mirrors/matrix-docker-ansible-deploy
Code
Issues
Pull Requests
Releases
Wiki
Activity
424f79df3a
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