Ansible : Running jobs as a specific user
Though ansible server will run jobs in managed nodes as a root user, we can specify the user account using which the jobs should get executed in the remote nodes. This is done using the…
Though ansible server will run jobs in managed nodes as a root user, we can specify the user account using which the jobs should get executed in the remote nodes. This is done using the…
A Linux systems can boot upĀ in various modesĀ based on user preference. For example we can configure a node to start on GUI mode, where once the node boots, the user will get a GUI based…
Ansible provides a means to schedule jobs to be executed on a future time, weather it is a one time job or ones to be repeated at regular interval. This is done using the modules…
Unlike the the cron job is mainly used to schedule repetitive tasks, the “at” command is used to run a command just once, but schedule at a later time. That yum package to be installed…