Giter Club home page Giter Club logo

ansible's Introduction

What is Ansible ?

  • Ansible is an open-source configuration management and provisioning tool, similar to Chef, Puppet or Salt.

  • It uses SSH to connect to servers and run the configured tasks. Ansible lets you control and configure nodes from a single machine.

  • What makes it different from other management software is that Ansible uses SSH infrastructure.

History of Ansible

Here, are important land marks from the history of ansible:

  • In February 2012 the Ansible project began. It was first developed by Michael DeHaan, the creator of Cobbler and Func, Fedora Unified Network Controller.

  • Initially called AnsibleWorks Inc, the company funding the ansible tool was acquired in 2015 by RedHat and later on, along with RedHat, moved under the umbrella of IBM.

  • In the present, Ansible comes included in distributions like Fedora Linux, RHEL, Centos and Oracle Linux.

Ansible Use Cases

  • Configuration Management
  • App Deployment
  • Provisioning
  • Continuous Delivery
  • Orchestration

Why use Ansible ?

  • most significant advantages of Ansible is that it is free to use by everyone.

  • No Agent: As long as the box can be ssh’d into and it has python, it can be configured with Ansible.

  • Idempotent: Ansible’s whole architecture is structured around the concept of idempotency. The core idea here is that you only do things if they are needed and that things are repeatable without side effects.

  • Declarative Not Procedural: Other configuration tools tend to be procedural do this and then do that and so on. Ansible works by you writing a description of the state of the machine that you want and then it takes steps to fulfill that description.

  • Tiny Learning Curve: an advantage that encourages the adoption of Ansible is its smooth learning curve determined by the comprehensive documentation and easy to learn structure and configuration.

  • It does not need any special system administrator skills to install and use Ansible, and the official documentation is very comprehensive.

  • its modularity: regarding plugins, modules, inventories, and playbooks make Ansible the perfect companion to orchestrate large environments.

  • Ansible is very lightweight and consistent, and no constraints regarding the operating system or underlying hardware are present.

  • It is also very secure due to its agentless capabilities and due to the use of OpenSSH security features.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.