Ansible is the most widely used configuration management tool. A recent challenge was to … [Read more...] about Jenkins- Ansible -Authenticate Server using Protected Passphrase
Automation
Ansible – Executing sequence of commands using Shell Module
How to execute a sequence of ansible commands in a single task using shell or command module? Its … [Read more...] about Ansible – Executing sequence of commands using Shell Module
Downgrading Ansible Engine on CentOS 7/ RHEL 7
How to downgrade Ansible engine on RHEL 7 / CentOS 7 ?. If you install ansible engine from EPEL … [Read more...] about Downgrading Ansible Engine on CentOS 7/ RHEL 7
Using Date and Timestamp Variable in Ansible Playbook
Timestamp plays a crucial role while automating any job. Timestamp variable would be helpful to … [Read more...] about Using Date and Timestamp Variable in Ansible Playbook
Ansible – Reboot Server Using Playbook and Wait for come back
Ansible is a simple configuration management tool. Open source community keeps trying to make the … [Read more...] about Ansible – Reboot Server Using Playbook and Wait for come back
How to pass variable from one playbook to another playbook ? Ansible
In Ansible, passing a variable from one playbook to another playbook is not a straight forward. (If … [Read more...] about How to pass variable from one playbook to another playbook ? Ansible
VMware vSphere – Build VM using Terraform – Cent OS/RHEL (Redhat Linux)
This article will provide step by step procedure for building "CentOS" /"Redhat Linux" Virtual … [Read more...] about VMware vSphere – Build VM using Terraform – Cent OS/RHEL (Redhat Linux)
VMware Template Automation Using Packer – Redhat/CentOS
VMware template creation can be automated using packer. VMware Virtual Machine deployments are very … [Read more...] about VMware Template Automation Using Packer – Redhat/CentOS
Jenkins – Ansible – Configure Dynamic Inventory
Are you using Jenkins as front-end GUI for Ansible Automation? Have you ever tried the dynamic … [Read more...] about Jenkins – Ansible – Configure Dynamic Inventory
Jenkins – Store Console Output in Linux Filesystem – Artifacts
How to store Jenkins job's console output in another system? There are much opensource software is … [Read more...] about Jenkins – Store Console Output in Linux Filesystem – Artifacts