Difference between revisions of "Ansible tips and tricks"
From Notes_Wiki
m |
m |
||
Line 10: | Line 10: | ||
*[[Timing out a specific step]] | *[[Timing out a specific step]] | ||
*[[Speeding up ansible playbooks or running many ansible playbooks in parallel]] | *[[Speeding up ansible playbooks or running many ansible playbooks in parallel]] | ||
*[[Convert list variable to comma separated list in ansible]] |
Revision as of 11:51, 5 March 2016
<yambe:breadcrumb>Ansible|Ansible</yambe:breadcrumb>
Ansible tips and tricks
- Performing tasks based on whether file or folder exists
- Configuring proxy using environment variables
- Ignoring failed tasks in ansible
- Ansible lookup plugins
- Dry run and syntax check for ansible-playbooks
- Capturing output of shell command in ansible variable
- Timing out a specific step
- Speeding up ansible playbooks or running many ansible playbooks in parallel
- Convert list variable to comma separated list in ansible