How to do syntax check of yml or ansible playbook file ?
Lets see how to verify if our ansible YML playbook syntax is fine and has no errors in it. To do this check we need to add “–syntax-check” option after...
Lets see how to verify if our ansible YML playbook syntax is fine and has no errors in it. To do this check we need to add “–syntax-check” option after...
Let us start creating the ansible yaml scripts or playbooks. The first playbook that we create involves checking if the host is alive or not i.e. ping status of all...
Lets start creating YAML scripts in ansible. The first script we have created included the ping response of all hosts. The second YAML(Yet Another Markup Language) script we have created...
In the last post, we have seen how to install ansible on our system. After ansible install before creating YML script and running it, we should setup some files to...
In this post, we will look at the differences between teaming and bonding implementation in Linux. Teaming driver is introduced with RHEL 7 and is considered before bonding. Let us...
1. OOM Killer Introduction OOM(Out of Memory) killer is a process which is called by our system kernel when linux system memory is critically low to recover some memory/RAM. OOM...