Ansible AWX/Tower offers multilevel access delegation and role-based access control to the organization. An organization is a logical collection of Users, Teams, Projects, and Inventories. It is the highest level in the AWX / Ansible Tower object hierarchy. To support multiple clients from one umbrella, you could create an organization for each client and manage multiple […]
Ansible Tower / AWX – How to Create Manual SCM Project ?
AWX / Ansible Tower offers a graphical user interface and role-based access control to make ansible for everyone. Once the AWX / Ansible Tower is deployed, the first step is to create the project to source the playbooks. AWX/Ansible Tower supports multiple SCM types like Git, Mercurial, Subversion and Redhat insights. Source control manager is not […]
Ansible – How to Install and configure AWX ?
Ansible AWX is an upstream project of Ansible Tower. To evaluate ansible Tower, you can deploy AWX and check the functionality. AWX deployment is simple if you have an existing docker environment. AWX is an opensource project and the community is offering AWX in the form of container. AWX requires multiple components like a database, Message queue, […]
Ansible Tower (Licensed) vs Ansible AWX (Open Source)
Ansible Tower offers a graphical user interface with role-based access control method for the end users. Tower enables to use ansible engine‘s rich features to everyone including non-technical people. Ansible admin is still required to write the playbook and configure as a template to make it available for everyone and carefully delegate the work to […]
How to Encrypt Playbook using Ansible Vault ?
Ansible provides a secure mechanism to store sensitive information in an encrypted format. In some cases, we might need to supply account password or secure key in the playbook. If we store such a information in a plain text file, we could compromise system security. In this article, we will see that how to encrypt the playbook, […]
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 and need to build the logic with proper error handling. Ansible galaxy is a place where you can get the pre-written roles for various automation purposes. Galaxy hosts more than 18,000 roles written by the community members. […]
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 loss and data leak protection as well as their cyber security features. Spinbackup is releasing the same functionality that exists in the G Suite environment for Microsoft Office 365. The feature set in the Office 365 Beta release contains the Backup and Disaster […]
Ansible – What is Roles ? Playbook vs Role
Playbook is often used to complete simple tasks. When you would like to perform the multiple tasks, restarting services and copying files for a single job, you must consider using “roles” instead of writing the lengthy playbooks. Roles uses the known file structure to keep the various elements in different directories. For an example, handlers(restarting […]
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 features. NAKIVO Backup & Replication v8.0 bundled with Automatic Site Recovery. The Automatic site recovery orchestrates the entire site recovery process which includes testing, planned failover, emergency failover, failback, and data center migration. These features will definitely help customers […]
Ansible – How to Store Playbook Result in Variable ?
Ansible playbooks/roles often used to complete the specific task which does not require an output. In some cases, you might need to capture the complex command output as results. The output would help to generate the required reports. In some cases, you might require to store configuration backup of the hosts. In this article, we will walk […]









