Jump to content

Ansible (software)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 15.203.233.80 (talk) at 01:05, 9 December 2015 (2.0.0-0.7.rc2). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Ansible
Developer(s)Michael DeHaan
Initial releaseFebruary 20, 2012; 12 years ago (2012-02-20)
Stable release
1.9.4 / October 9, 2015; 8 years ago (2015-10-09)
Preview release
2.0.0-0.7.rc2 / December 7, 2015; 8 years ago (2015-12-07)
Repository
Written inPython
Operating systemGNU/Linux, Unix-like, Windows
TypConfiguration management, Orchestration engine
LicenseGNU General Public License
Websitewww.ansible.com

Ansible is a free software platform for configuring and managing computers. It combines multi-node software deployment, ad hoc task execution, and configuration management.[1] It manages nodes over SSH or PowerShell and requires Python (2.4 or later) [2] to be installed on them. Modules work over JSON and standard output and can be written in any programming language. The system uses YAML to express reusable descriptions of systems.[3]

The platform was created by Michael DeHaan, the author of the provisioning server application Cobbler and co-author of the Func framework for remote administration.[4] It is included as part of the Fedora distribution of Linux, owned by Red Hat inc., and is also available for Red Hat Enterprise Linux, CentOS, and Scientific Linux via Extra Packages for Enterprise Linux (EPEL) as well as other operating systems.[5] Ansible is commercially supported and sponsored by Ansible, Inc.[6] On 16 October, 2015, Red Hat Inc. announced that it had signed a definitive agreement to acquire Ansible, Inc.[7][8]

It was named "Ansible" after the fictional instantaneous hyperspace communication system featured in Orson Scott Card's Ender's Game,[9] and originally invented by Ursula K. Le Guin for her 1966 novel Rocannon's World.

Architecture

As with most configuration management software, Ansible distinguishes two types of servers: controlling machines and nodes. First, there is a single controlling machine which is where orchestration begins. Nodes are managed by a controlling machine over SSH. The controlling machine describes the location of nodes through its inventory.

To orchestrate nodes, Ansible deploys modules to nodes over SSH. Modules are temporarily stored in the nodes and communicate with the controlling machine through a JSON protocol over the standard output.[10] When Ansible is not managing nodes, it does not consume resources because no daemons or programs are executing for Ansible in the background.[11]

In contrast with popular configuration management software — such as Chef, Puppet, and CFEngine — Ansible uses an agentless architecture.[11] With an agent-based architecture, nodes must have a locally installed daemon that communicates with a controlling machine. With an agentless architecture, nodes are not required to install and run background daemons to connect with a controlling machine. This type of architecture reduces the overhead on the network by preventing the nodes from polling the controlling machine.[11]

Design goals

The design goals of Ansible[10] include:

  • Minimal in nature. Management systems should not impose additional dependencies on the environment.[11]
  • Consistent.[clarification needed]
  • Secure. Ansible does not deploy vulnerable agents to nodes. Only OpenSSH is required, which is already critically tested.[11]
  • Highly reliable. The idempotent resource model is applied to deployment to prevent side-effects from re-running scripts.[1]
  • Low learning curve. Playbooks use an easy and descriptive language based on YAML.

Modules

Modules are considered to be the units of work in Ansible. Each module is mostly standalone and can be written in a standard scripting language (examples include: Python, Perl, Ruby, bash, etc.). One of the guiding properties of modules is idempotency, which means that even if an operation is repeated multiple times (i.e.; upon recovery from an outage), it will always place the system into the same state.[10]

Inventory configuration

The Inventory is a description of the nodes that can be accessed by Ansible. By default, the Inventory is described by a configuration file, in INI format, whose default location is in /etc/ansible/hosts. The configuration file lists either the IP address or hostname of each node that is accessible by Ansible. In addition, nodes can be assigned to groups.[12]

An example configuration file:

192.168.6.1

[webservers]
foo.example.com
bar.example.com

This configuration file specifies three nodes. The first node is specified by an IP address and the latter two nodes are specified by hostnames. Additionally, the latter two nodes are grouped under the webservers group name.

Ansible can also be pointed towards a custom "Dynamic Inventory" script, which can pull data from any different software system.

Playbooks

Playbooks express configurations, deployment, and orchestration in Ansible.[13] The Playbook format is YAML. Each Playbook maps a group of hosts to a set of roles. Each role is represented by calls to Ansible call tasks.

Platform support

Control machines must have Python 2.6. Operating systems supported on control machines include most Linux and Unix distributions, such as Red Hat, Debian, CentOS, OS X, and BSD, among others.

Managed nodes must have Python 2.4 or later. For managed nodes with Python 2.5 or earlier, the python-simplejson package is also required.[14] Ansible can manage Windows[15] nodes starting from version 1.7.[14]

Cloud integration

Ansible can deploy to virtualization environments and public and private cloud environments, including VMware, OpenStack, AWS, Rackspace Cloud Servers, DigitalOcean Droplets, Eucalyptus Cloud, KVM, XenServer, SoftLayer, Microsoft Azure and CloudStack.[10]

Big data integration

Ansible can deploy big data, storage, and analytics environments, including Hadoop, Riak, and Aerospike. In these environments, Ansible helps manage each node's resource consumption, consuming little CPU time and memory in the process. Furthermore, Ansible provides monitoring capabilities that measure such properties as available CPU resources, which can help in the supervision of these nodes.[10]

Users

Ansible users include Apple Inc., Atlassian, EA, Evernote, Splunk, Twitter, Verizon,[16] TrunkClub,[17] edX,[18] hootsuite,[19] NASA, GoPro,[20] NewsCred,[21] Mavenlink[22] Care.com,[23] Cisco Systems, Juniper Networks, and DLT Solutions.[24]

See also

References

  1. ^ a b "Achieving Rolling Updates and Continuous Deployment with Zero Downtime" (pdf).
  2. ^ "Getting Started | Ansible". 2014-02-06.
  3. ^ "Ansible: CM, Deployment, and Ad Hoc Task Execution All in One". DZone. 18 April 2012.
  4. ^ "An Interview with Ansible Author Michael DeHaan". Colo and Cloud. 17 April 2012.
  5. ^ "Ansible". Linux Packages Search.
  6. ^ "Ansible". Ansible. Retrieved 9 March 2013.
  7. ^ Jordan Novet (October 16, 2015). "Source: Red Hat is buying Ansible for more than $100M". VentureBeat. Retrieved October 16, 2015.
  8. ^ "Red Hat to Acquire IT Automation and DevOps Leader Ansible". redhat.com. October 16, 2015. Retrieved October 16, 2015.
  9. ^ "Ansible FAQ".
  10. ^ a b c d e "Ansible in Depth" (pdf).
  11. ^ a b c d e "The Benefits of Agentless Architecture" (pdf).
  12. ^ "Inventory | Ansible". 2014-04-26.
  13. ^ "Playbooks | Ansible". 2014-04-26.
  14. ^ a b "Getting | Started". 2014-02-06.
  15. ^ "Ansible 1.7 is released - Windows beta and more!". 2014-08-07.
  16. ^ Said Ziouani. "Ansible Community Momentum Continues with the Hiring of Greg DeKoenigsberg". ansible.com.
  17. ^ Dan London. "Ansible Chicago Meetup Recap". ansible.com.
  18. ^ "edx/configuration". GitHub.
  19. ^ "Automating our Scala Deploys with Ansible". Hootsuite.
  20. ^ "Ansible Press". ansible.com.
  21. ^ "NewsCred". Hired.com.
  22. ^ "mavencraft/ansible at master · mavenlink/mavencraft · GitHub". GitHub.
  23. ^ "caredotcom/ansible-quartermaster". GitHub.
  24. ^ "Ansible is Simple IT Automation". 2014-04-26.