How to run a command with root user in Ansible ?
In this post, we will see how to run a command with root user in ansible. There are two ways to do this. Lets have a look at both of...
In this post, we will see how to run a command with root user in ansible. There are two ways to do this. Lets have a look at both of...
Today in this article we will look how to search a paragraph like content, or say get some lines before the searched text and few lines afterwards. In linux, we...
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...