From Wikiashi
Jump to: navigation, search
(Created page with " '''Ansible - software provisioning''' Home site: https://www.ansible.com/ Wikipedia: https://en.wikipedia.org/wiki/Ansible_(software) Ansible is an open-source au...")
 
 
Line 7: Line 7:
 
Wikipedia:  https://en.wikipedia.org/wiki/Ansible_(software)
 
Wikipedia:  https://en.wikipedia.org/wiki/Ansible_(software)
  
Ansible is an open-source automation engine that automates software provisioning, configuration management, and application Deployment Platforms.
+
Ansible is an open-source automation engine that automates software provisioning, configuration management, and application [[Deployment Platforms]].
  
Combines multi-node Deployment Platforms, ad-hoc task execution, and configuration management in one package. Manages nodes over SSH and requires python (2.4 or later) to be installed on them.[128] Modules work over JSON and standard output and can be written in any language. Uses YAML to express reusable descriptions of systems.
+
Combines multi-node [[Deployment Platforms]], ad-hoc task execution, and configuration management in one package. Manages nodes over SSH and requires python (2.4 or later) to be installed on them.[128] Modules work over JSON and standard output and can be written in any language. Uses YAML to express reusable descriptions of systems.
  
  

Latest revision as of 15:27, 15 June 2018


Ansible - software provisioning

Home site: https://www.ansible.com/

Wikipedia: https://en.wikipedia.org/wiki/Ansible_(software)

Ansible is an open-source automation engine that automates software provisioning, configuration management, and application Deployment Platforms.

Combines multi-node Deployment Platforms, ad-hoc task execution, and configuration management in one package. Manages nodes over SSH and requires python (2.4 or later) to be installed on them.[128] Modules work over JSON and standard output and can be written in any language. Uses YAML to express reusable descriptions of systems.


GitHub site: https://github.com/ansible/ansible


Dev - Server Setup