• 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

Automation

Ansible – Running Command on Ad-hoc Mode

July 9, 2018 By Cloud_Devops 2 Comments

Ansible - Ad-hoc Mode and Gain Root Access

Ansible allows administrators to execute on-demand tasks on Ansible managed servers. The ad-hoc commands are the most basic operations that can be performed with Ansible engine. Each ad-hoc command is capable of performing a single operation on host or group of hosts. To perform multiple operations, the administrator should run the series of ad-hoc commands from Ansible […]

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

Ansible – Command vs Shell vs Raw Modules

July 7, 2018 By Cloud_Devops Leave a Comment

Ansible Command shell Raw

Ansible uses modules to complete the task on the remote server. The most commonly used command modules are “command”, “shell”, and “raw”. Each module has its own advantages and disadvantages. In Ad-hoc command mode, unless you specify the module name, it uses “command” module by default. In this article, we will see the functionality of […]

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

Ansible – How to Setup Inventory for Easy Operations ?

July 4, 2018 By Cloud_Devops Leave a Comment

Ansible Inventory

In Ansible, Setting up inventory is one of the most important tasks.  Ansible can work with multiple servers at the same time but the challenge is how to classify the servers. While setting up Ansible environment, you need to classify the hosts as much a possible using the ansible inventory. For an example, By looking […]

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

Ansible – How to Prepare and Setup Client Nodes ?

July 4, 2018 By Cloud_Devops Leave a Comment

Ansible Server - Client

Ansible doesn’t require an agent to push the changes but it needs few configurations on the client side to access the server and perform the tasks without prompting for username/ password/other authentication. I would recommend using non-root user for Ansible setup but ensure that user is consistent across your environment. Let’s setup the servers for Ansible […]

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

How to Install Ansible Engine on CentOS / RHEL

July 3, 2018 By Cloud_Devops 2 Comments

Ansible - Logo

Installing the Ansible engine and set up the environment is pretty straightforward. Ansible engine can be installed on the majority of Linux flavors which includes CentOS, RHEL, Ubuntu, and Debian but it doesn’t support Windows, Solaris, and AIX. But there are no restrictions to participate as ansible clients. Ansible uses the SSH  protocol to manage the Unix and Linux […]

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

What is Ansible ? How it Works ? Why do we need to use ?

July 3, 2018 By Cloud_Devops Leave a Comment

Ansible - Tower

Why do we need Configuration Management tool?  Anyone who works as an operations engineer has witnessed a bunch of issues with manual configuration approach and more repetitive tasks which are time-consuming. How many times key resources left the company and new engineer struggle to understand the environment and start performing the tasks without escalation? Server configuration is a […]

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

Puppet – Puppet Forge Modules – Overview

February 21, 2016 By Cloud_Devops 4 Comments

Puppet Forge Modules

Puppet forge is a module repository for  Puppet Open Source and Puppet Enterprise IT automation software. These modules are written by puppet community members and puppet reviews the module before publishing it. Puppet also supports many of modules in this repository.  Why do we require pre-built puppet modules ?  To simply system administrator work and […]

Filed Under: Puppet Tagged With: Puppet

Puppet – How to Classify the Node types ?

February 20, 2016 By Cloud_Devops Leave a Comment

Puppet Classying OS variant

We need to classify the nodes  when you have to perform similar operation on different OS variant. For an example, If you want to install Apache package on Linux systems, you need to use package name as “httpd” on Redhat variants  and “apache2” on Debian variants.  In such a cases, you need to tweak your module […]

Filed Under: Puppet Tagged With: Puppet

Puppet – Augeas – Edit System configuration files

February 20, 2016 By Cloud_Devops Leave a Comment

Puppet Augeas

This article is going to demonstrates that editing/updating files on puppet agent nodes. In the previous article , we have seen that how to copy the static files from “module/files” directory(Puppet Server) to puppet agent nodes.  But sometimes , you can’t replace the complete file and you may need to edit specific line on that. For example […]

Filed Under: Puppet Tagged With: Puppet

Puppet – Manifest examples – Managing FILES – SERVICES

February 14, 2016 By Cloud_Devops Leave a Comment

Puppet Manifest - Manage service files directories

This article is going to brief about creating new files , directories, changing the file permission, installing package and managing the services using puppet server on puppet agent nodes. For an example, if you want to configure the ntp client on 100’s of servers , you could simply write a small manifest on puppet server […]

Filed Under: Puppet Tagged With: Puppet

« Previous Page
Next Page »

Primary Sidebar

Follow UnixArena

  • Facebook
  • LinkedIn
  • Twitter

Copyright © 2026 · UnixArena ·