Ansible can report execution time for each task. And total time taken for playbook execution. It is more useful to estimate the time of completion as specially for long running jobs. Continue reading “Get execution time of each task – Ansible”
Category: DevOps
monitor wordpress site through bash script
Have created a small bash script to monitor wordpress site status and report to the web admin in near real time. I really enjoyed the benefit of outcome of this script. What it does? Continue reading “monitor wordpress site through bash script”
AIX – Install awscli exclusively to current user
On AIX platform, How to install awscli only to current user? In case non-privileged user, Is it possible for the user to do without sudo privileges?
The answer is big fat YES. It is absolutely possible. The AWS documentation may work well for other distribution. But for AIX, it requires to pass few extra arguments along with pip installer. Continue reading “AIX – Install awscli exclusively to current user”