OJ Tibi <ojtibi@gmail.com>
Ansible is an open-source software platform for configuring and managing computers. It combines multi-node software deployment, ad hoc task execution, and configuration management. It manages nodes over SSH and requires Python (2.4 or later) to be installed on them.
I made this repository in hopes that it will be useful to those who want to start an Ansible playbook with the recommended directory layout described at the Ansible Documentation
Download the ZIP file and extract to a directory where you want to work with your project. Alternatively, you can do a git clone
+ git archive
, but I think downloading is easier.
This software is distributed under the MIT License which can be found in the accompanying LICENSE file.