mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix markdown bullets
This commit is contained in:
parent
757574ee03
commit
f32f5d5ac5
1 changed files with 12 additions and 12 deletions
24
README.md
24
README.md
|
@ -24,28 +24,28 @@ and the source will be blindingly obvious.
|
||||||
Design Principles
|
Design Principles
|
||||||
=================
|
=================
|
||||||
|
|
||||||
* Dead simple setup
|
* Dead simple setup
|
||||||
* Super fast & parallel by default
|
* Super fast & parallel by default
|
||||||
* No server or client daemons; use existing SSHd
|
* No server or client daemons; use existing SSHd
|
||||||
* No additional software required on client boxes
|
* No additional software required on client boxes
|
||||||
* Modules can be written in ANY language
|
* Modules can be written in ANY language
|
||||||
* Awesome API for creating very powerful distributed scripts
|
* Awesome API for creating very powerful distributed scripts
|
||||||
* Be usable as non-root
|
* Be usable as non-root
|
||||||
* Create the easiest config management system to use, ever.
|
* Create the easiest config management system to use, ever.
|
||||||
|
|
||||||
Requirements
|
Requirements
|
||||||
============
|
============
|
||||||
|
|
||||||
For the server the tool is running from, *only*:
|
For the server the tool is running from, *only*:
|
||||||
|
|
||||||
* paramiko
|
* paramiko
|
||||||
* python 2.6 (or the 2.4/2.5 backport of the multiprocessing module)
|
* python 2.6 (or the 2.4/2.5 backport of the multiprocessing module)
|
||||||
* PyYAML (only if using playbooks)
|
* PyYAML (only if using playbooks)
|
||||||
|
|
||||||
Optional -- If you want to push templates, the nodes need a template library,
|
Optional -- If you want to push templates, the nodes need a template library,
|
||||||
which for bonus points you can install with ansible! Easy enough.
|
which for bonus points you can install with ansible! Easy enough.
|
||||||
|
|
||||||
* python-jinja2
|
* python-jinja2
|
||||||
|
|
||||||
Inventory file
|
Inventory file
|
||||||
==============
|
==============
|
||||||
|
|
Loading…
Reference in a new issue