4th Ansible YML Playbook: Copy a script and run on remote server.
Today lets have a look at an ansible playbook to copy a shell script to remote server and then run it as root. And finally get its output on our...
Today lets have a look at an ansible playbook to copy a shell script to remote server and then run it as root. And finally get its output on our...
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...
Today let us have a look at an interesting python script to test ping connectivity on a list of hosts. To understand this lets create below script and a hosts...
Many times our server crashes and reboots and we remain unaware about the situation. To know this situation, we cam setup alerts on our server and take corrective action immediately...