
Ansible – Adding variables in main playbook. Or importing from a different playbook
Variables hold values that can be used when playbooks are executed. It can be defined in: Inventory file (host scope) Playbook (play scope) Defined globally […]
Variables hold values that can be used when playbooks are executed. It can be defined in: Inventory file (host scope) Playbook (play scope) Defined globally […]
In this example we will write a simple playbook in Ansible, that will create a new user in a managed host. For this we need […]
A simple Ansible inventory file is a txt file that has a list of managed hosts and groups. A simple Inventory can be as follows: […]
The ansible-navigator is a command-line tool which is used for creating, reviewing, running and troubleshooting Ansible content, including playbooks, collections, inventories, documentation and container images. […]
The sudo command allows you to run programs with the security privileges of another user. Usually this command is used to run command as a […]
Every file or folder created in a Linux system is associated with an iNode. The name given to the file is mapped to the inode […]
The SoS report command is a tool that collects various details from a Redhat Linux server. These details include configuration details, system information and diagnostic […]
NetworkManager Command Line Interface – The nmcli is a command-line utility which is used for controlling NetworkManager and reporting network status. View status of physical […]
The way to configure network settings have drastically changes in versions after RHEL 7. The earlier method can be found in the below link: […]
What is it? Umask in Linux is a Linux command that is used to assign the default file permission sets that will be assigned when […]
Copyright © 2025 | WordPress Theme by MH Themes