ansible/packaging/debian/control

14 lines
627 B
Text
Raw Normal View History

2012-04-18 12:17:35 -04:00
Source: ansible
Section: admin
Priority: optional
Maintainer: Henry Graham (hzgraham) <Henry.Graham@mail.wvu.edu>
Build-Depends: cdbs, debhelper (>= 5.0.0), asciidoc
2012-04-18 12:17:35 -04:00
Standards-Version: 3.9.1
2012-04-18 16:30:45 -04:00
Homepage: http://ansible.github.com/
2012-04-18 12:17:35 -04:00
Package: ansible
Architecture: all
2013-12-18 20:15:37 -05:00
Depends: python, python-support (>= 0.90), python-jinja2, python-yaml, python-paramiko, python-httplib2 sshpass
Description: Ansible Application
2012-04-18 16:30:45 -04:00
Ansible is a extra-simple tool/API for doing 'parallel remote things' over SSH executing commands, running "modules", or executing larger 'playbooks' that can serve as a configuration management or deployment system.