
Ansible: The changed_when parameter
By default, when a playbook is executed, in the display mode stdout we will see various piece of information. IT provides us a the sections […]
By default, when a playbook is executed, in the display mode stdout we will see various piece of information. IT provides us a the sections […]
Ansible can be used to remotely configure cron entries or even create a crontab files in managed nodes. The below example creates a crontab file […]
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 […]
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 […]
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 […]
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 […]
Ansible allows admins to add lines to files. The below playbook adds a sudoers configuration file, and adds an entry to allow users of group “webadmin” […]
In order for a user to ssh to a remote node, usually some form of authentication such as user credentials, SSH keys, etc are required. […]
When a user access a remote node using ssh for the first time, a prompt will appear asking the following: This key is not known […]
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 […]
Copyright © 2025 | WordPress Theme by MH Themes