Another major use of variables is running a command and using the result of that command to save the result into a
Ansible & Ansible Tower Variable Precedence Hierarchy
Ansible & Ansible Tower Variable Precedence Hierarchy (last listed wins)
How to use template in Ansible?
How to use template in Ansible? ##### Step 1 – Create your inventory file with ##### ##### Step 2 – Create templates
Run Ansible Adhoc commands or playbook in Local mode
If you are trying to run Ansible Adhoc commands or playbook in Local mode, these articles will help you. Ansible can’t run
Ansible Playbook Lab & Excercise – Part 2
Execution Mode – Remote Write a Ansible Playbook to create a group called “deploy” Write a Ansible Playbook to create a user
Ansible Adhoc Commands Lab & Excercise – Part 1
Execution Mode – Local Write a Ansible Adhoc Commands to create a group called “deploy” Write a Ansible Adhoc Commands to create
Puppet Module Lab & Excercise – Part 1
Puppet Module Lab & Excercise – Part 1 Write a puppet module to setup a webserver(httpd) only in RHEL and use the
Puppet Program Lab & Excercise – Part 2
Puppet Program Lab & Excercise – Part 1 Write a puppet Program to install package “git”, “ntp” and wget in RHEL. Which
Puppet Program Lab & Excercise – Part 1
Puppet Program Lab & Excercise – Part 1 Write a Puppet Program to create a file named with “file.txt” in /opt/ owner
Enforce the JIRA issue id in a GIT commit message
Enforce the JIRA issue id in a GIT commit message This can be done by using git hooks file location at .git/hooks/commit-msg.
Best Branching and Merging strategies in Gerrit
Best Branching and Merging strategies in Gerrit Step 1 – First Lets read this article about Best Branching and Merging strategies in
Best Branching and Merging strategies in git
Best Branching and Merging strategies in git Step 1 – First you need to learn the needs of branches. This is very
How to revert the changes once its submitted in Gerrit
How to revert the changes once its submitted in Gerrit The Revert button is available if the change has been submitted. This
What is a Change and Patch set in Gerrit?
Here is the short and quick description of Gerrit key teminology. Change Every time you push a commit with a new Change-Id
How to replace Changes after the Gerrit review without changing the commit id?
How to replace Changes after the Gerrit review without changing the commit id? One of the main benefits of code review is
How to update or pull current branch before committing in Git?
Best practice says that before you commit in git, you need to either do git pull or git fetch/merge. However, there is