ishanjiconnect

ishanjiconnect

ERROR HANDLING IN ANSIBLE

Azure DevOps Integration

INTRODUCTION – Managing errors is one of the major challenges while working with any code, the same goes with ansible. It has its own ways of managing errors, whenever ansible encounters an error it stops the execution by default like…

Speeding up Ansible Execution Part 2

Azure DevOps Integration

MITOGEN In the previous post, we discussed various ways to reduce the ansible-playbook execution time, those changes were mostly made in the ansible config file, by adding or adjusting certain parameters in the file. But as you may have noticed…