Jhooq
open-menu closeme
Home
Ansible
Kubernetes
Terraform
YouTube
About
Contact
English Português
github twitter linkedin rss
  • Ansible Handlers Explained Real-World Use Cases & Examples?

    calendar Sep 19, 2023 · 5 min read  ·
    Last Modified : Sep 19, 2023
    Share on: twitter facebook linkedin copy
    Author :  Rahul Wagh
    Ansible Handlers Explained Real-World Use Cases & Examples?

    Introduction Welcome to another ansible blog post! I am Rahul, and today, we'll dive deep into Ansible Handlers. Before we jump straight into the demo, let's lay a solid foundation by understanding the 'what' and 'when' of Ansible Handlers. Table of Content What Are Ansible Handlers? Setting Up the Ansible Handler …


    Read More
  • How to Use SSH Keys with Ansible for Secure Server Management?

    calendar May 2, 2023 · 5 min read  ·
    Last Modified : May 2, 2023
    Share on: twitter facebook linkedin copy
    Author :  Rahul Wagh
    How to Use SSH Keys with Ansible for Secure Server Management?

    Introduction There are a couple of ways in which you can securely connect to a remote server using Ansible. Using the SSH Keys (Public, Private) Using the remote server password Both methods are widely used by DevOps practitioners, and both are secure. But still, if I would like to vote for Using the SSH keys for …


    Read More
  • Why YAML is so important in Ansible?

    calendar May 2, 2023 · 9 min read  ·
    Last Modified : May 2, 2023
    Share on: twitter facebook linkedin copy
    Author :  Rahul Wagh
    Why YAML is so important in Ansible?

    Table of Content What is YAML? Example of YAML? Why Ansible needs YAML? Example of Ansible Playbook written in YAML What are rules for writing Ansible Playbook using YAMLs? Advantages of YAML in Ansible YAML vs Other Data Serialization Formats What is YAML? YAML is a recipe for computers that helps them …


    Read More
  • Clone Public and Private Git Repositories with Ansible

    calendar Apr 21, 2023 · 4 min read  ·
    Last Modified : Apr 21, 2023
    Share on: twitter facebook linkedin copy
    Author :  Rahul Wagh
    Clone Public and Private Git Repositories with Ansible

    Ansible is a potent automation tool that can be used for configuration management and application deployment, while Git is one of the most widely used version control systems currently in use. We will examine multiple Ansible-based methods for cloning public and private git repository in this blog article. Ansible is a …


    Read More
  • How to Limit Ansible playbook on Hosts, Groups and multiple hosts?

    calendar Apr 17, 2023 · 9 min read  ·
    Last Modified : Apr 17, 2023
    Share on: twitter facebook linkedin copy
    Author :  Rahul Wagh
    How to Limit Ansible playbook on Hosts, Groups and multiple hosts?

    Infrastructure as code management is possible with the help of the robust automation tool Ansible. Using playbooks, which are YAML files that provide a series of actions and configurations to apply to a group of computers, you can build and automate complicated IT operations using Ansible. For testing, troubleshooting, …


    Read More
  • Easy Fix for 'zsh command not found ansible' Error After Installing Ansible with Pip

    calendar Apr 16, 2023 · 4 min read  ·
    Last Modified : Apr 16, 2023
    Share on: twitter facebook linkedin copy
    Author :  Rahul Wagh
    Easy Fix for 'zsh command not found ansible' Error After Installing Ansible with Pip

    It's conceivable that the directory where pip installed Ansible is not in your system's PATH environment variable if you used pip to install Ansible and are getting the error message - 1zsh: command not found: ansible. There are a few options for fixing this issue depending on your local Ansible configuration. So …


    Read More
  • Demystifying Hosts, Inventory Roles, and Tasks

    calendar Apr 15, 2023 · 4 min read  ·
    Last Modified : Apr 15, 2023
    Share on: twitter facebook linkedin copy
    Author :  Rahul Wagh
    Demystifying Hosts, Inventory Roles, and Tasks

    Are you interested in finding out how to automate your IT infrastructure and manage your servers with Ansible? You've come to the proper location if so! We'll go in-depth on the in this blog article and demonstrate how to use the following - Inventory file - What are Hosts or Inventory Files? Tasks - How to define …


    Read More
  • Fixing-Unable to start service apache2 Job for apache2.service failed because the control process exited with error code?

    calendar Apr 14, 2023 · 3 min read  ·
    Last Modified : Apr 14, 2023
    Share on: twitter facebook linkedin copy
    Author :  Rahul Wagh
    Fixing-Unable to start service apache2 Job for apache2.service failed because the control process exited with error code?

    Many companies utilize the well-known open-source web server Apache2 to host websites and applications. You might experience a problem where the service cannot be started and you see an error message like "Unable to start service apache2: Job for apache2.service failed because the control process exited with error …


    Read More
  • Why Ansible is the Ultimate Tool for DevOps Teams - A Beginner's Guide?

    calendar Apr 3, 2023 · 16 min read  ·
    Last Modified : Apr 3, 2023
    Share on: twitter facebook linkedin copy
    Author :  Rahul Wagh
    Why Ansible is the Ultimate Tool for DevOps Teams - A Beginner's Guide?

    DevOps practices have grown in popularity as businesses try to produce software more quickly and effectively. Ansible is one of the tools that DevOps teams need to help automate and streamline their processes. Ansible is an open-source automation tool that makes it simple for users to automate their network devices, …


    Read More
  • Ansible how to fix destination path already exists and is not an empty directory?

    calendar Jan 12, 2023 · 2 min read  ·
    Last Modified : Jan 12, 2023
    Share on: twitter facebook linkedin copy
    Author :  Rahul Wagh
    Ansible how to fix destination path already exists and is not an empty directory?

    I got an error when I am trying to do the git clone on the remote machine using Ansible and the error message which I got was destination path already exists and is not an empty directory Ansible error destination path already exists and is not an empty directory How do fix ansible's destination path already exists …


    Read More
    • ««
    • «
    • 1
    • 2
    • »
    • »»

Categories

TERRAFORM 63 DOCKER 28 KUBERNETES 26 AWS 13 ANSIBLE 11 HELM-CHART 11 BLOGGING 6 SSL 6 SPRING-BOOT 5 QUARKUS 4 GITHUB 3 KUBESPRAY 3 PROMETHEUS-GRAFANA 3 VAGRANT 3
All Categories

ANSIBLE11 AWS13 BLOGGING6 DEVOPS1 DOCKER28 GITHUB3 GRADLE1 HADOOP1 HELM-CHART11 HIBERNATE1 JENKINS2 KUBERNETES26 KUBESPRAY3 LINUX-COMMANDS1 NGINX2 PROMETHEUS-GRAFANA3 QUARKUS4 SPRING-BOOT5 SSL6 TERRAFORM63 VAGRANT3
[A~Z][0~9]

Series

TERRAFORM 61 DOCKER 28 KUBERNETES 27 ANSIBLE 11 HELM-CHART 11 AWS 2 JENKINS 2 LINUX-COMMANDS 1

Tags

KUBERNETES 18 HELM-CHART 10 BLOGGING 4 QUARKUS 4 DOCKER 3 GITHUB 3 SSL 3 KUBESPRAY 2 SPRING-BOOT 2 ANSIBLE 1 HADOOP 1 INDEX 1 NGINX 1 TERRAFORM 1

Recent Posts

  • Ansible Handlers Explained Real-World Use Cases & Examples?
  • Securing Sensitive Data in Terraform
  • Boost Your AWS Security with Terraform : A Step-by-Step Guide
  • How to Load Input Data from a File in Terraform?
  • Can Terraform be used to provision on-premises infrastructure?
  • Fixing the Terraform Error creating IAM Role. MalformedPolicyDocument Has prohibited field Resource
  • In terraform how to handle null value with default value?
  • Terraform use module output variables as inputs for another module?

Rahul Wagh

Jhooq
Its all about Open Source and DevOps, here I talk about Kubernetes, Docker, Java, Spring boot and practices.
Read More


Copyright © 2019–2020, Jhooq; all rights reserved.

Copyright  COPYRIGHT © 2019–2020, JHOOQ; ALL RIGHTS RESERVED.. All Rights Reserved

to-top