Ansible and Industries
Ansible and Industries Ansible is an open-source software provisioning , configuration management, and application-deployment tool enabling infrastructure as code . It runs on many Unix-like systems, and can configure both Unix-like systems as well as Microsoft Windows . It includes its own declarative language to describe system configuration . Ansible was written by Michael DeHaan and acquired by Red Hat in 2015. Ansible is agentless , temporarily connecting remotely via SSH or Windows Remote Management (allowing remote PowerShell execution) to do its tasks. Architecture Unlike most configuration-management software, Ansible does not require a single controlling machine where orchestration begins. Ansible works against multiple systems in your infrastructure by selecting portions of Ansible's inventory, stored as edit-able, version-able ...