mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-21 11:34:15 -07:00
Added remote templating engine using jinja2, see examples/playbook.yml for usage.
Cleanup is due in runner.py
This commit is contained in:
parent
5d6b0280d5
commit
440bac4a95
5 changed files with 121 additions and 19 deletions
|
@ -39,9 +39,13 @@ Requirements
|
|||
For the server the tool is running from, *only*:
|
||||
|
||||
* python 2.6 -- or the 2.4/2.5 backport of the multiprocessing module
|
||||
* PyYAML (if using playbooks)
|
||||
* PyYAML (install on 'overlord' if using playbooks)
|
||||
* paramiko
|
||||
|
||||
Optional -- If you want to push templates, the nodes need:
|
||||
|
||||
* python-jinja2
|
||||
|
||||
Inventory file
|
||||
==============
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue