Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
f32f5d5a
Commit
f32f5d5a
authored
Feb 27, 2012
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix markdown bullets
parent
757574ee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
README.md
+12
-12
No files found.
README.md
View file @
f32f5d5a
...
...
@@ -24,28 +24,28 @@ and the source will be blindingly obvious.
Design Principles
=================
*
Dead simple setup
*
Super fast & parallel by default
*
No server or client daemons; use existing SSHd
*
No additional software required on client boxes
*
Modules can be written in ANY language
*
Awesome API for creating very powerful distributed scripts
*
Be usable as non-root
*
Create the easiest config management system to use, ever.
*
Dead simple setup
*
Super fast & parallel by default
*
No server or client daemons; use existing SSHd
*
No additional software required on client boxes
*
Modules can be written in ANY language
*
Awesome API for creating very powerful distributed scripts
*
Be usable as non-root
*
Create the easiest config management system to use, ever.
Requirements
============
For the server the tool is running from,
*only*
:
* paramiko
* python 2.6 (or the 2.4/2.5 backport of the multiprocessing module)
* PyYAML (only if using playbooks)
*
paramiko
*
python 2.6 (or the 2.4/2.5 backport of the multiprocessing module)
*
PyYAML (only if using playbooks)
Optional -- If you want to push templates, the nodes need a template library,
which for bonus points you can install with ansible! Easy enough.
* python-jinja2
*
python-jinja2
Inventory file
==============
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment