Difference between revisions of "Ansible tips and tricks"
From Notes_Wiki
m |
m |
||
(3 intermediate revisions 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 8: | Line 7: | ||
*[[Dry run and syntax check for ansible-playbooks]] | *[[Dry run and syntax check for ansible-playbooks]] | ||
*[[Capturing output of shell command in ansible variable]] | *[[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]] | |||
[[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