Difference between revisions of "Ansible tips and tricks"
From Notes_Wiki
m |
m |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[System administration tools]] > [[Ansible|ansible]] > [[Ansible tips and tricks]] | |||
*[[Performing tasks based on whether file or folder exists]] | *[[Performing tasks based on whether file or folder exists]] | ||
Line 10: | Line 9: | ||
*[[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]] | |||
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[System administration tools]] > [[Ansible|ansible]] > [[Ansible tips and tricks]] |
Latest revision as of 11:52, 28 July 2022
Home > CentOS > CentOS 6.x > System administration tools > ansible > 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
Home > CentOS > CentOS 6.x > System administration tools > ansible > Ansible tips and tricks