Ansible: User management – Add user – ssh key
In this section we will try to understand few of the operations we can do using User module. In the below example, we will create anew user named shiju in the managed node, and will…
In this section we will try to understand few of the operations we can do using User module. In the below example, we will create anew user named shiju in the managed node, and will…
At times we may want to run certain command in the managed nodes, and would like to see the output to verify if the command ran correctly. The module commonly used to run commands on…