• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

UnixArena

  • Home
  • Discover DevOps Tools
  • kubernetes
  • DevOps
    • Terraform
    • Jenkins
    • Docker
    • Openshift
      • OKD
    • Ansible engine
    • Ansible Tower
      • AWX
    • Puppet
  • Cloud
    • Azure
    • AWS
    • Openstack
    • Docker
  • VMware
    • vCloud Director
    • VMware-Guests
    • Vcenter Appliance 5.5
    • vC OPS
    • VMware SDDC
    • VMware vSphere 5.x
      • vSphere Network
      • vSphere DS
      • vShield Suite
    • VMware vSphere 6.0
    • VSAN
    • VMware Free Tools
  • DevOps Instructor-led Training
  • Contact
You are here: Home / Home

How to pass variable from one playbook to another playbook ? Ansible

May 17, 2019 By Cloud_Devops 5 Comments

Ansible – Sharing the variable between playbooks

In Ansible, passing a variable from one playbook to another playbook is not a straight forward. (If the target hosts are different). We might need to get the variable value from one host and use that value against another host in some cases. This article will provide a solution to overcome this kind of tricky situation in Ansible. Here are the scenarios […]

Filed Under: Ansible engine, Automation, Configuration Management, DevOps Tagged With: Ansible

How Kubernetes works ? – Core Components and Architecture

May 9, 2019 By Cloud_Devops Leave a Comment

Kubernetes Node

Kubernetes is an open-source generic multi-container management software which offers deployment, scaling, descaling & load balancing. It’s an orchestrator for microservices applications.  Kubernetes would make us see the whole data center as a computer. Kubernetes can manage any type of containers which follows  OCI standards. ( Docker or Core OS’s rkt or any ).  Kubernetes […]

Filed Under: kubernetes Tagged With: kubernetes

What is Kubernetes – Good to Know – An Overview

April 28, 2019 By Cloud_Devops Leave a Comment

Kubernetes Origin

Kubernetes is a leading container orchestration platform for automating application deployment, scaling, and management. Container brings a lot of scalability challenges. But Kubernetes can take over the challenges and lets you concentrate only on deployments. Its platform agnostic. Kubernetes is most often used to manage the Docker. But it can also work with any container […]

Filed Under: kubernetes Tagged With: kubernetes

VMware vSphere – Build VM using Terraform – Cent OS/RHEL (Redhat Linux)

April 26, 2019 By Cloud_Devops 4 Comments

VMware vSphere VM Build - Terraform UnixArena

This article will provide step by step procedure for building  “CentOS” /”Redhat Linux” Virtual Machine using Terraform tool on the VMware vSphere environment.  Terraform is an excellent tool to build VM’s on VMware vSphere environment.  Terraform doesn’t require any dedicated host. You could download an opensource/free version of Terraform on your laptop or desktop and […]

Filed Under: Automation, Terraform Tagged With: Terraform, VMware, Vmware vsphere 6.5

VMware Template Automation Using Packer – Redhat/CentOS

April 24, 2019 By Cloud_Devops 3 Comments

Packer - Vmware vsphere template

VMware template creation can be automated using packer. VMware Virtual Machine deployments are very faster because of the template based VM build. But due to rapid development and fast-paced Operating system releases, we might need to build multiple templates and keep it ready for deployment. A customer might ask different operating system release and you […]

Filed Under: Automation, Packer, VMware, VMware vSphere 6.0, VMware vSphere 6.5, VMware-Guests Tagged With: Packer, VMware vSphere

Jenkins – Ansible – Configure Dynamic Inventory

April 15, 2019 By Cloud_Devops 2 Comments

Dynamic Inventory - Jenkins

Are you using Jenkins as front-end GUI for Ansible Automation?  Have you ever tried the dynamic inventory in Jenkin’s Ansible plugin? Ansible Inventory can be created using the plugin’s dynamic inventory feature. This feature could be very useful when you want to pass hosts as user-defined input and that’s is not part any of the […]

Filed Under: Ansible engine, Configuration Management, DevOps, Jenkins Tagged With: Ansible, Jenkins

Jenkins – Store Console Output in Linux Filesystem – Artifacts

April 15, 2019 By Cloud_Devops 1 Comment

Featured - Jenkins - Artificats

How to store Jenkins job’s console output in another system?  There are much opensource software is available to store the logs and retrieve logs in time. Jfrog is one of the most famous artifact solutions. Here, we will be using native Linux/Unix commands to pull the Jenkins logs and store it in local/NFS filesystem for […]

Filed Under: Ansible engine, CentOS, Configuration Management, DevOps, Jenkins Tagged With: Ansible, Jenkins

Jenkins – Rename Build Job Names – Build Name setter

April 9, 2019 By Cloud_Devops Leave a Comment

Jenkins job’s build name would be named with the numeric number by default in increment manner. After configuring the Jenkins job, the first build job would be named as “1”, the second job would be named as “2” and so on. Most of the cases, no one prefers to change the default build naming algorithm. […]

Filed Under: Ansible engine, Automation, DevOps, Jenkins Tagged With: Ansible, Jenkins

Jenkins Console – Xterm Terminal – Colorized Ansible playbook Output

April 8, 2019 By Cloud_Devops Leave a Comment

Logo - ANSI Color Jenkins

This artcile will walk through the installing and configuring Ansicolor plugin in Jenkins to make colorized output in ansible playbook stdout. Jenkins console is very plain and simple. If you are using Jenkins to run the ansible playbook, you might notice that colorful output might be missing. Ansible Tower/AWX offers the colorful stdout in the […]

Filed Under: Ansible engine, Automation, Configuration Management, DevOps, Jenkins Tagged With: Ansible, Jenkins

Ansible – Configure Windows servers as Ansible Client – winrm

April 2, 2019 By Cloud_Devops 2 Comments

Windows - Ansible - Automation

Ansible is not just for Linux. It can also be used for Windows servers automation. This article will explain how to prepare windows servers for Ansible automation. Ansible uses WinRM protocol to establish a connection with Windows hosts. (i.e Linux/Unix like hosts uses SSH protocol). Ansible requires PowerShell 3.0 or newer and at least .NET […]

Filed Under: Ansible engine, Windows Server 2019 Tagged With: Ansible, Windows

« Previous Page
Next Page »

Primary Sidebar

Follow UnixArena

  • Facebook
  • LinkedIn
  • Twitter

Copyright © 2026 · UnixArena ·