This website works better with JavaScript.
Explore
Help
Sign In
titanz
/
matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
You've already forked matrix-docker-ansible-deploy
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
da4a82c48b
housekeeping
development
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'da4a82c48b'
${ noResults }
matrix-docker-ansible-deploy
/
ansible.cfg
7 lines
94 B
Raw
Normal View
History
Unescape
Escape
Initial commit
7 years ago
[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.
4 years ago
stdout_callback
=
yaml
Move pipelining option to proper section
5 years ago
[connection]
Move pipelining option to ansible.cfg
5 years ago
pipelining
=
True