Installing Ansible on Windows 10

  • Post author:
  • Post comments:0 Comments

Disclaimer: Ansible is not officially supported on Windows. Use at your own risk. With that out of the way, let’s get started. This tutorial will guide you through on how…

Continue Reading Installing Ansible on Windows 10

Your first Ansible playbook

  • Post author:
  • Post comments:0 Comments

Ansible is installed and you are eager to write your first playbook. We have to setup a basic inventory file and create the playbook. Log into your Ansible controller via…

Continue Reading Your first Ansible playbook

Installing Ansible on Centos 7

  • Post author:
  • Post comments:0 Comments

Ansible is a configuration managment tool used to manage servers and other devices. This guide will help you install Ansible on a Centos 7 server. This will be your control…

Continue Reading Installing Ansible on Centos 7

Your Infrastructure and Ansible

  • Post author:
  • Post comments:0 Comments

Ansible is an open-source software solution used for configuration management, application deployment, intra-service orchestration, and many other things. It is a powerful tool to deploy all things in your infrastructure…

Continue Reading Your Infrastructure and Ansible

What is Infrastructure as Code?

  • Post author:
  • Post comments:0 Comments

The main definition for Infrastructure as Code is managing and provisioning common infrastructure components using machine readable definitions. History It was not too long ago when system engineers were manually…

Continue Reading What is Infrastructure as Code?