
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 […]
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 […]
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