Jhooq
open-menu closeme
Home
Ansible
Kubernetes
Terraform
YouTube
About
Contact
English Português
github twitter linkedin rss
  • 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
  • Managing strings in Terraform: A comprehensive guide

    calendar Jan 22, 2023 · 11 min read  ·
    Last Modified : Jun 18, 2023
    Share on: twitter facebook linkedin copy
    Author :  Rahul Wagh
    Managing strings in Terraform: A comprehensive guide

    Managing strings in Terraform can be a bit tricky, but with the right techniques and tools, it can be done with ease. One of the most important things to keep in mind when working with strings in Terraform is to properly format them. This means using proper indentation, spacing, and line breaks to make the code more …


    Read More
  • How to use terraform depends_on meta argument?

    calendar Jan 13, 2023 · 7 min read  ·
    Last Modified : Jan 13, 2023
    Share on: twitter facebook linkedin copy
    Author :  Rahul Wagh
    How to use terraform depends_on meta argument?

    The "depends_on" meta argument in Terraform is used to specify dependencies between resources within a Terraform configuration. This allows Terraform to properly order the creation, modification, and destruction of resources, ensuring that dependent resources are created or modified only after the resources …


    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
  • What is user_data in Terraform?

    calendar Jan 2, 2023 · 7 min read  ·
    Last Modified : Jan 2, 2023
    Share on: twitter facebook linkedin copy
    Author :  Rahul Wagh
    What is user_data in Terraform?

    Table of Content What is user_data in Terraform? When to use user_data in Terraform? Terraform user_data : How to execute shell script inside EC2 instance using? How to accomplish common tasks - Folder creation, Package installation with Terraform user_data How to use ${file("")} function with user_data? …


    Read More
  • Why you should not store terraform state file(.tfstate) inside Git Repository?

    calendar Dec 27, 2022 · 5 min read  ·
    Last Modified : Dec 27, 2022
    Share on: twitter facebook linkedin copy
    Author :  Rahul Wagh
    Why you should not store terraform state file(.tfstate) inside Git Repository?

    It is generally not recommended to commit .tfstate files to Git or any other version control system. .tfstate files contain sensitive information about the infrastructure managed by Terraform, including the current state of resources and the configurations used to create them. If these files are committed to version …


    Read More
    • ««
    • «
    • 2
    • 3
    • 4
    • 5
    • 6
    • »
    • »»

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