This website requires JavaScript.
Explore
Help
Sign In
Matrix
/
matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
You've already forked matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced
2024-11-14 10:04:46 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
matrix-docker-ansible-deploy
/
ansible.cfg
7 lines
94 B
INI
Raw
Permalink
Normal View
History
Unescape
Escape
Initial commit
2017-08-01 04:07:30 +08: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 22:57:05 +08:00
stdout_callback
=
yaml
Move pipelining option to proper section
2019-09-01 07:59:41 +08:00
[connection]
Move pipelining option to ansible.cfg
2019-09-01 07:56:02 +08:00
pipelining
=
True
Reference in New Issue
Copy Permalink