Ansible Tower offers a graphical user interface with role-based access control method for the end … [Read more...] about Ansible Tower (Licensed) vs Ansible AWX (Open Source)
How to Encrypt Playbook using Ansible Vault ?
Ansible provides a secure mechanism to store sensitive information in an encrypted format. In some … [Read more...] about How to Encrypt Playbook using Ansible Vault ?
Ansible – Download Roles from Ansible Galaxy
Writing Playbooks and Roles are simple but yet to spend time for referring to the module's man pages … [Read more...] about Ansible – Download Roles from Ansible Galaxy
Spinbackup – Office 365 & Google’s G Suite – 360 Degree Data Protection
Spinbackup’s provides a fully featured solution for Google’s G Suite environment, including data … [Read more...] about Spinbackup – Office 365 & Google’s G Suite – 360 Degree Data Protection
Ansible – What is Roles ? Playbook vs Role
Playbook is often used to complete simple tasks. When you would like to perform the multiple tasks, … [Read more...] about Ansible – What is Roles ? Playbook vs Role
NAKIVO Backup & Replication v8.0 with ASR Released
Much awaited NAKIVO Backup & Replication v8.0 is released on Aug 27, 2018, with the rich set of … [Read more...] about NAKIVO Backup & Replication v8.0 with ASR Released
Ansible – How to Store Playbook Result in Variable ?
Ansible playbooks/roles often used to complete the specific task which does not require an output. … [Read more...] about Ansible – How to Store Playbook Result in Variable ?
Ansible – Use Loop Functions in Playbook
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 – 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 ?