Skip to content
  • Home
  • About Me
  • Subscribe
  • Sponsored Post
  • Contact Us
GoLinuxCloud
  • Basic Linux Commands
  • Cluster
    • Ceph Storage Cluster
    • DRBD Cluster
    • GlusterFS Shared Storage
    • Pacemaker Cluster
    • KVM Cluster
  • DevOps
    • Ansible
    • Docker
    • Elasticsearch
    • OpenStack
    • Kubernetes
  • Security
    • Linux Firewall
    • LUKS Encryption
    • OpenSSL
    • Secure SSH
  • Performance
    • CPU
    • HugePages
    • Kernel
    • Memory
    • Storage
  • Programming
    • Python
    • Shell Scripts

ansible

How to provision AWS EC2 Instances using Ansible

How to provision AWS EC2 Instances using Ansible

In this section we will use ansible to create new EC2 instances on AWS and further work on these instances. These operations can be completely automated using ansible.   Setup Environment for AWS provisioning We ...

Read MoreHow to provision AWS EC2 Instances using Ansible

Categories Ansible Tutorial Tags ansible Leave a comment

10 ansible vault examples to decrypt/encrypt string & files

10 ansible vault examples to decrypt/encrypt string & files

Let us continue our Ansible Tutorial with Ansible vault. Ansible version 2.3 supports encrypting single variables using an Ansible single encrypted variable with the !vault tag. In this article we will see some ansible vault ...

Read More10 ansible vault examples to decrypt/encrypt string & files

Categories Ansible Tutorial Tags ansible 5 Comments

Create ansible role from scratch | Ansible roles example

Create ansible role from scratch | Ansible roles example

In this article we will create ansible role from scratch using ansible galaxy init. In our earlier article I gave you an overview on ansible role directory structure. Now we will use that directory structure ...

Read MoreCreate ansible role from scratch | Ansible roles example

Categories Ansible Tutorial Tags ansible 3 Comments

Ansible roles directory structure overview | Beginners Guide

Ansible Roles Directory structure explained in detail

In this article I will give you an overview on Ansible Roles directory structure. When working with Ansible it is recommended to use project directories so that contents can be organised in a consistent way. ...

Read MoreAnsible roles directory structure overview | Beginners Guide

Categories Ansible Tutorial Tags ansible Leave a comment

Working with include and import module in Ansible

Working with include and import module in Ansible

In this section we will use include and import module to add another tasks or complete playbook into another playbook.   include module Use include module to add tasks to the playbook We can create ...

Read MoreWorking with include and import module in Ansible

Categories Ansible Tutorial Tags ansible Leave a comment

Ansible block and rescue for error handling with examples

Ansible block and rescue for error handling with examples

Blocks in Ansible allow you to logically group a set of tasks together, primarily for one of two purposes. One might be to apply conditional logic to an entire set of tasks. We can use ...

Read MoreAnsible block and rescue for error handling with examples

Categories Ansible Tutorial Tags ansible Leave a comment

How to use ansible tags in playbook with examples

How to use ansible tags in playbook with examples

Ansible tags are another great feature which can help you execute respective tasks from the playbook. By default all the tasks from the playbook are executed but with tags we can control this behaviour and ...

Read MoreHow to use ansible tags in playbook with examples

Categories Ansible Tutorial Tags ansible Leave a comment

How to repeat tasks using ansible loop with examples

How to repeat tasks using ansible loop with examples

Oftentimes, we will want to perform a single task, but use that single task to iterate over a set of data. For example, you might not want to create one user account but 10. Or ...

Read MoreHow to repeat tasks using ansible loop with examples

Categories Ansible Tutorial Tags ansible Leave a comment
Post navigation
Older posts
Page1 Page2 … Page4 Next →

Featured Posts

  • Understanding High Availability Cluster and Architecture
  • 5 useful tools to detect memory leaks with examples
  • How to check security updates list & perform linux patch management RHEL 6/7/8
  • 10 single line SFTP commands to transfer files in Unix/Linux
  • List of 50+ tmux cheatsheet and shortcuts commands
  • 30+ awk examples for beginners / awk command tutorial in Linux/Unix
  • 6 ssh authentication methods to secure connection (sshd_config)
  • 15 steps to setup Samba Active Directory DC CentOS 8
  • RHEL/CentOS 8 Kickstart example | Kickstart Generator
  • 8 ways to prevent brute force SSH attacks in Linux (CentOS/RHEL 7)
  • Overview on different disk types and disk interface types
  • 27 nmcli command examples (cheatsheet), compare nm-settings with if-cfg file
  • Top 15 tools to monitor disk IO performance with examples
  • 5 tools to create bootable usb from iso linux command line and gui

JOIN US

To get latest articles on

Linux, Cloud, Containers, Networking, Storage, Virtualization and many more topics

Directly delivered to your Inbox..

Subscribe Now 2K+ Users
ansible-tutorial
Kubernetes-tutorial

Also Read

  • How to disable ICMP and ICMPv6 redirects in Linux
  • How to setup http/https proxy with special characters in password
  • How to disable SELinux (with and without reboot)
  • Beginners guide to use ssh config file with examples
  • How to disable ICMP timestamp responses in Linux
  • Linux sftp restrict user to specific directory | setup sftp chroot jail
  • 6 easy steps to setup offline two factor authentication in Linux
  • Easy steps to open a port in Linux RHEL/CentOS 7/8
  • 6 ssh authentication methods to secure connection (sshd_config)
  • How to change LUKS device master key, cipher, hash, key-size in Linux
  • Configure LUKS Network Bound Disk Encryption with clevis & tang server
  • How to encrypt root partition and entire file system using LUKS in Linux
  • How to resize LUKS partition (shrink or extend encrypted luks partition) in Linux
  • How to check security updates list & perform linux patch management RHEL 6/7/8
  • 8 ways to prevent brute force SSH attacks in Linux (CentOS/RHEL 7)

Also Read

    RECENT POSTS

    • Kubernetes Tutorial for Beginners & Experienced
    • Beginners guide on Kubernetes RBAC with examples
    • Kubernetes Authentication & Authorization (Workflow)
    • Ultimate guide on Kubernetes ConfigMaps & Secrets with examples
    • Simple examples to learn Kubernetes DaemonSets

    INTERVIEW QUESTIONS

    • 50 Maven Interview Questions and Answers for freshers and experienced
    • 20+ AWS Interview Questions and Answers for freshers and experienced
    • 100+ GIT Interview Questions and Answers for developers
    • 100+ Java Interview Questions and Answers for Freshers & Experienced-2
    • 100+ Java Interview Questions and Answers for Freshers & Experienced-1
    • Home
    • Privacy Policy
    • Disclaimer
    • Subscribe
    Copyright © 2021 | Hosted By Rocket