Installing and configuring Jenkins on Redhat Linux / CentOS is very straight forward. Jenkins is a … [Read more...] about How to Install and Configure Jenkins on Redhat/ CentOS 7?
DevOps
Ansible Tower / AWX – Trigger Ansible Job using REST API
Ansible AWX / Ansible Tower supports RESTfull API calls. It provides greater flexibility that you no … [Read more...] about Ansible Tower / AWX – Trigger Ansible Job using REST API
Ansible Tower / AWX – Creating SCM Git Project in Ansible
Ansible playbooks and roles must be kept in the Git repositories. Git provides a great mechanism to … [Read more...] about Ansible Tower / AWX – Creating SCM Git Project in Ansible
Ansible Tower / AWX – Store Credential & Custom Credentials Type
Ansible Tower / AWX provides an option to store multiple credentials in an encrypted format. It … [Read more...] about Ansible Tower / AWX – Store Credential & Custom Credentials Type
AWX / Ansible Tower – Inventory & Bulk Hosts Import
AWX / Ansible Tower's inventory is a key component to start the automation. Creating the inventory … [Read more...] about AWX / Ansible Tower – Inventory & Bulk Hosts Import
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 … [Read more...] about Ansible Tower / AWX – How to Create Manual SCM Project ?
Ansible Tower (Licensed) vs Ansible AWX (Open Source)
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
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