Ansible

From Alpine Linux
Revision as of 09:26, 22 January 2013 by Fab (talk | contribs) (Created page with "[http://ansible.cc/ ansible] is a simple configuration management, deployment, task-execution, and multinode orchestration framework. It uses SSH for the communication between...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

ansible is a simple configuration management, deployment, task-execution, and multinode orchestration framework. It uses SSH for the communication between the involved systems, no server or client daemons are needed, and no additional software on client boxes is required.

Installation of ansible

apk add ansible -U -X http://dl-3.alpinelinux.org/alpine/edge/testing/ --allow-untrusted