
Ansible: Configuration file
When executing a playbook, ansible uses certain values mentioned in the “ansible.cfg” file. This includes the location of “inventory” file, etc. The “ansible.cfg” file can […]
When executing a playbook, ansible uses certain values mentioned in the “ansible.cfg” file. This includes the location of “inventory” file, etc. The “ansible.cfg” file can […]
NFS, or Network File Share is a service that allows client to store and share files and folders that will be stored in a centralized […]
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. […]
Copyright © 2025 | WordPress Theme by MH Themes