Ansible "loop" option might look like little backward but it will very useful when you want to … [Read more...] about Ansible – Use Loop Functions in Playbook
Ansible
Ansible – How to Use facts on Playbooks ? Conditional Check
Ansible playbook can make changes to the list of servers in quick time. Ansible's setup module is … [Read more...] about Ansible – How to Use facts on Playbooks ? Conditional Check
Ansible – How to Gather facts on Remote Server ?
Ansible - "setup" module is responsible to gather facts of the remote hosts. The system facts are … [Read more...] about Ansible – How to Gather facts on Remote Server ?
Ansible – What is Playbook ? Play with Tasks & Handlers
Ansible - What is playbook? Playbooks are useful to perform multiple tasks and eliminates the … [Read more...] about Ansible – What is Playbook ? Play with Tasks & Handlers
Ansible – Using File & Copy Modules in Ad-hoc Mode?
Ansible "Ad-hoc" mode can be used to copy/delete/modify files on the specific host or Group of … [Read more...] about Ansible – Using File & Copy Modules in Ad-hoc Mode?
Ansible – Running Command on Ad-hoc Mode
Ansible allows administrators to execute on-demand tasks on Ansible managed servers. The ad-hoc … [Read more...] about Ansible – Running Command on Ad-hoc Mode
Ansible – Command vs Shell vs Raw Modules
Ansible uses modules to complete the task on the remote server. The most commonly used command … [Read more...] about Ansible – Command vs Shell vs Raw Modules
Ansible – How to Setup Inventory for Easy Operations ?
In Ansible, Setting up inventory is one of the most important tasks. Ansible can work with multiple … [Read more...] about Ansible – How to Setup Inventory for Easy Operations ?
Ansible – How to Prepare and Setup Client Nodes ?
Ansible doesn't require an agent to push the changes but it needs few configurations on the … [Read more...] about Ansible – How to Prepare and Setup Client Nodes ?
How to Install Ansible Engine on CentOS / RHEL
Installing the Ansible engine and set up the environment is pretty straightforward. Ansible engine … [Read more...] about How to Install Ansible Engine on CentOS / RHEL